Skip to content

Commit 0fa1865

Browse files
committed
Add CI runs on rustc beta on Windows and MacOS
This should catch any platform-specific behavior changes in rustc before they land in stable.
1 parent bee9a1e commit 0fa1865

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,18 @@ jobs:
2626
platform: macos-latest
2727
build-net-tokio: true
2828
build-no-std: true
29+
- toolchain: beta
30+
platform: macos-latest
31+
build-net-tokio: true
32+
build-no-std: true
2933
- toolchain: stable
3034
platform: windows-latest
3135
build-net-tokio: true
3236
build-no-std: true
37+
- toolchain: beta
38+
platform: windows-latest
39+
build-net-tokio: true
40+
build-no-std: true
3341
- toolchain: beta
3442
build-net-tokio: true
3543
build-no-std: true

0 commit comments

Comments
 (0)