Skip to content

Commit

Permalink
Test out the marker to run dwarf tests in CI
Browse files Browse the repository at this point in the history
prtest:debug
  • Loading branch information
alexcrichton committed Jun 7, 2024
1 parent ff74ef3 commit 37f42e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ jobs:
run_full=true
elif grep -q 'prtest:full' commits.log; then
run_full=true
elif grep -q 'prtest:debug' commits.log; then
echo run-dwarf=true >> $GITHUB_OUTPUT
fi
if grep -q crates.c-api names.log; then
echo test-capi=true >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 37f42e6

Please sign in to comment.