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 f36a345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,6 @@ jobs:
fetch-depth: 0
- name: Run cargo-fmt
run: cargo fmt --check

all-done:
needs: [rustfmt, wrappers-tests, examples-and-tests]

0 comments on commit f36a345

Please sign in to comment.