Skip to content

Commit

Permalink
Test on nightly Rust as well
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 17, 2021
1 parent b175e0d commit 9f4f0f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jobs:
# Run cargo test with default, no and all features.
macos-test:
runs-on: macOS-latest
strategy:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v2
- name: Install llvm and clang
Expand All @@ -12,7 +15,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: ${{ matrix.toolchain }}
override: true
- name: cargo test
run: cargo test --verbose
Expand Down

0 comments on commit 9f4f0f4

Please sign in to comment.