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 2f192a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,9 @@ 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 2f192a7

Please sign in to comment.