Skip to content

Commit

Permalink
fix CI (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu authored Aug 7, 2024
1 parent 5cfdb0b commit d14e6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function handle_term() {
echo "failed=timeout" >> $GITHUB_OUTPUT
}

trap 'handle_err' ERR INT EXIT
trap 'handle_err' ERR
trap 'handle_term' TERM

# Script, that runs benchmark within the GitHub Actions CI environment
Expand Down

0 comments on commit d14e6e8

Please sign in to comment.