Skip to content

Commit c9b6bbd

Browse files
madsmtmsimlay
authored andcommitted
Test on nightly Rust as well
1 parent a38f46e commit c9b6bbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coreaudio-sys.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jobs:
44
# Run cargo test with default, no and all features.
55
macos-test:
66
runs-on: macOS-latest
7+
strategy:
8+
matrix:
9+
toolchain: [stable, nightly]
710
steps:
811
- uses: actions/checkout@v2
912
- name: Install llvm and clang
@@ -12,7 +15,7 @@ jobs:
1215
uses: actions-rs/toolchain@v1
1316
with:
1417
profile: minimal
15-
toolchain: stable
18+
toolchain: ${{ matrix.toolchain }}
1619
override: true
1720
- name: cargo test
1821
run: cargo test --verbose

0 commit comments

Comments
 (0)