Skip to content

Commit

Permalink
Fix path to conformance test binary
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Nov 16, 2023
1 parent 1db4ae0 commit a301ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protobuf_conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
run: >
bazel run //conformance:conformance_test_runner --
--failure_list "${{ github.workspace }}/this/node/libs/protobuf/examples/conformance_test/failure_list.txt"
"${{ github.workspace }}/this/node/target/debug/conformance_test"
"${{ github.workspace }}/this/node/target/debug/examples/conformance_test"
working-directory: "protobuf"

0 comments on commit a301ee1

Please sign in to comment.