Skip to content

Commit

Permalink
CI: Add all-done target to collect matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Dec 2, 2023
1 parent 25d9e34 commit 09104e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@ jobs:
fetch-depth: 0
- name: Run cargo-fmt
run: cargo fmt --check

all-done:
needs: rustfmt
needs: wrappers-tests
needs: examples-and-tests

0 comments on commit 09104e2

Please sign in to comment.