Skip to content

Commit

Permalink
Run cargo check --features=unstable on ARM too
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Dec 2, 2024
1 parent d5e9741 commit 54d2b7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
feature_check:
strategy:
matrix:
features: ["", "benchmarks"]
runs-on: ubuntu-latest
features: ["", "unstable", "benchmarks"]
os: [ubuntu-latest, macos-latest] # macos-latest is ARM
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 54d2b7a

Please sign in to comment.