Skip to content

Commit 5f7a36f

Browse files
committed
add nightly feature to ci
1 parent 9e5b733 commit 5f7a36f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ jobs:
2424
windows:
2525
imageName: 'windows-latest'
2626
rust_target_run: 'x86_64-pc-windows-msvc i686-pc-windows-msvc x86_64-pc-windows-gnu'
27-
mac:
27+
mac0:
2828
imageName: 'macos-latest'
2929
rust_target_run: 'x86_64-apple-darwin'
30+
mac1:
31+
imageName: 'macos-latest'
32+
rust_toolchain: nightly
33+
rust_features: ';nightly'
34+
rust_target_run: 'x86_64-apple-darwin'
3035
linux:
3136
imageName: 'ubuntu-latest'
3237
rust_target_run: 'x86_64-unknown-linux-gnu i686-unknown-linux-gnu x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-unknown-linux-gnu aarch64-unknown-linux-musl'

0 commit comments

Comments
 (0)