From a5493e5064351714d5f359366c8ecae7f5eb1cbb Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Fri, 3 Nov 2023 18:26:05 +0100 Subject: [PATCH] conformance --- .github/workflows/protobuf_conformance.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/protobuf_conformance.yaml b/.github/workflows/protobuf_conformance.yaml index 6027b84f..86467bd5 100644 --- a/.github/workflows/protobuf_conformance.yaml +++ b/.github/workflows/protobuf_conformance.yaml @@ -28,7 +28,7 @@ jobs: path: "protobuf" - uses: mozilla-actions/sccache-action@v0.0.3 - name: build test - run: cargo build -p schema --bin conformance_test + run: cargo build -p zksync_protobuf --bin conformance_test working-directory: "this/node" - name: Cache Bazel uses: actions/cache@v3 @@ -41,6 +41,6 @@ jobs: - name: run test run: > bazel run //conformance:conformance_test_runner -- - --failure_list "${{ github.workspace }}/this/node/libs/schema/src/bin/conformance_test_failure_list.txt" + --failure_list "${{ github.workspace }}/this/node/libs/protobuf/src/bin/conformance_test/conformance_test_failure_list.txt" "${{ github.workspace }}/this/node/target/debug/conformance_test" working-directory: "protobuf"