Skip to content

Commit

Permalink
ci: check all features
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Jan 22, 2025
1 parent 4294b8d commit 05f9f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ["1.81.0", "stable", "nightly"]
toolchain: ["stable", "nightly"]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Check
run: cargo check
- name: Run tests
run: cargo test --features std
run: cargo test --features std,bytemuck,arbitrary,serde

miri:
name: Miri
Expand Down

0 comments on commit 05f9f9e

Please sign in to comment.