We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a4f63 commit 939fefaCopy full SHA for 939fefa
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
./configure
80
NUM_CPUS=$(getconf _NPROCESSORS_ONLN)
81
make -C ./src -j "${NUM_CPUS}" protoc
82
- make -C ./conformance -j "${NUM_CPUS}" conformance-test-runner
+ make -C ./conformance conformance-test-runner
83
- name: Test plugin
84
working-directory: main
85
run: make test-plugin PROTOC=../protobuf/src/protoc
.github/workflows/regular_conformance.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
- name: Test conformance
run: make test-conformance
0 commit comments