Skip to content

Commit

Permalink
avoid exit immediately
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 26, 2025
1 parent 692fdb3 commit c763983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:

- name: Run Integration Test
run: |
set +e
cd rebench
rebench -d -v ../rebench.conf e:TestRunner2
REBENCH_EXIT=$?
Expand Down

0 comments on commit c763983

Please sign in to comment.