Skip to content

Commit

Permalink
Exclude Pulley from MIRI testing on PRs
Browse files Browse the repository at this point in the history
This hasn't actually turned up anything in quite some time and MIRI
testing is relatively slow so by default don't test MIRI on Pulley PRs
(it's of course still tested on the merge queue though)
  • Loading branch information
alexcrichton committed Dec 13, 2024
1 parent a30dce2 commit 4d7d957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ jobs:
fi
if grep -q pulley names.log; then
echo test-nightly=true >> $GITHUB_OUTPUT
echo test-miri=true >> $GITHUB_OUTPUT
fi
fi
matrix="$(node ./ci/build-test-matrix.js ./commits.log ./names.log $run_full)"
Expand Down

0 comments on commit 4d7d957

Please sign in to comment.