Skip to content

Commit

Permalink
Only test "all features" on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Feb 12, 2022
1 parent 85222c6 commit 491026a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
features:
- default
- file_locks
- all
include:
- rust: nightly
features: all
steps:
- uses: actions/checkout@v2.3.4
- uses: actions-rs/toolchain@v1.0.7
Expand Down Expand Up @@ -57,7 +59,7 @@ jobs:
with:
command: test
args: --all-features
if: ${{ matrix.features == 'all' }}
if: ${{ matrix.features == 'all' }}

multi-os-testing:
name: Test suite
Expand Down

0 comments on commit 491026a

Please sign in to comment.