Skip to content

Commit

Permalink
Set continue on fail to false so if allocated is too high it won't ru…
Browse files Browse the repository at this point in the history
…n the others
  • Loading branch information
darrenge committed Oct 17, 2024
1 parent 70183df commit 143387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run BDN.benchmark Perf Test
run: ./test/BDNPerfTests/run_bdnperftest.ps1 ${{ matrix.test }}
shell: pwsh
continue-on-error: true
continue-on-error: false

- name: Upload test results to artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 143387b

Please sign in to comment.