diff --git a/.github/workflows/ci-bdnbenchmark.yml b/.github/workflows/ci-bdnbenchmark.yml index e96990898c..5c0203edb2 100644 --- a/.github/workflows/ci-bdnbenchmark.yml +++ b/.github/workflows/ci-bdnbenchmark.yml @@ -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