We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8083fd4 commit ae6d93cCopy full SHA for ae6d93c
.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