From 47ecb3bbd53aa9e21824e3864c70fe0e6ee6aeda Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Wed, 21 Aug 2024 16:51:33 +0100 Subject: [PATCH] test --- .github/workflows/test.yaml | 2 +- Cargo.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e82e45d9..568838f6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -63,7 +63,7 @@ jobs: runner: matterlabs-ci-runner image: ghcr.io/matter-labs/zksync-llvm-runner:latest target: "x86_64-unknown-linux-gnu" - enable-coverage: 'true' # enable coverage on Linux GNU + enable-coverage: 'false' # enable coverage on Linux GNU - name: "Linux ARM64 gnu" runner: matterlabs-ci-runner-arm image: ghcr.io/matter-labs/zksync-llvm-runner:latest diff --git a/Cargo.lock b/Cargo.lock index 7375e120..ac7606f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1380,7 +1380,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.74", + "syn 2.0.75", ] [[package]] @@ -2472,7 +2472,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.74", + "syn 2.0.75", "wasm-bindgen-shared", ] @@ -2506,7 +2506,7 @@ checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.74", + "syn 2.0.75", "wasm-bindgen-backend", "wasm-bindgen-shared", ]