Skip to content

Commit db2d64d

Browse files
committed
Add continue-on-error option for performance test steps
1 parent 8a7bcfa commit db2d64d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/perf-baseline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
shell: bash
7474

7575
- name: Run Performance Tests
76+
continue-on-error: true
7677
run: cargo test --release --features ci-perf --target ${{ matrix.target }} --test e2e_performance test_performance_summary -- --nocapture 2>&1 | tee perf-output.txt
7778
env:
7879
RUST_BACKTRACE: 1

.github/workflows/perf-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
shell: bash
8080

8181
- name: Run Performance Tests
82+
continue-on-error: true
8283
run: cargo test --release --features ci-perf --target ${{ matrix.target }} --test e2e_performance test_performance_summary -- --nocapture 2>&1 | tee perf-output.txt
8384
env:
8485
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)