diff --git a/.github/workflows/arbitrator-ci.yml b/.github/workflows/arbitrator-ci.yml index f2b141fb46..b41ff3ac26 100644 --- a/.github/workflows/arbitrator-ci.yml +++ b/.github/workflows/arbitrator-ci.yml @@ -166,7 +166,7 @@ jobs: args: --all --manifest-path arbitrator/Cargo.toml -- --check - name: Make proofs from test cases - run: make -j test-gen-proofs + run: make test-gen-proofs - name: Create code-coverage files run: |