Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Nov 25, 2023
1 parent 0948a40 commit d1217f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: rustup toolchain install nightly --profile minimal
- name: Build core features
run: cargo build --verbose
run: cargo +nightly build --verbose
- name: Build all features
run: cargo build --verbose --features full
run: cargo +nightly build --verbose --features full
- name: Run tests
run: cargo test --verbose --features full
run: cargo +nightly test --verbose --features full

0 comments on commit d1217f1

Please sign in to comment.