Skip to content

Commit

Permalink
Add CI job testing with all features on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Stian Soltvedt committed Jul 24, 2021
1 parent 75e62cf commit ffc1780
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,16 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
nightly_features_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose --all-features

0 comments on commit ffc1780

Please sign in to comment.