We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79971d commit 1f52195Copy full SHA for 1f52195
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
59
run: |
60
cd src/ci/citool
61
+ cargo test
62
cargo run calculate-job-matrix >> $GITHUB_OUTPUT
63
id: jobs
64
job:
0 commit comments