Skip to content

Commit

Permalink
ci: update test job 'needs'
Browse files Browse the repository at this point in the history
* make the default features test depend on the default features check
* make the all features test depend on the all features check
  • Loading branch information
cpu authored and chifflier committed Apr 15, 2024
1 parent f1a4321 commit e003a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

test:
name: Test Suite
needs: check-all-features
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -61,6 +61,7 @@ jobs:

test_features:
name: Test suite (with features)
needs: check-all-features
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit e003a90

Please sign in to comment.