Skip to content

Commit

Permalink
Add CI runs on rustc beta on Windows and MacOS
Browse files Browse the repository at this point in the history
This should catch any platform-specific behavior changes in rustc
before they land in stable.
  • Loading branch information
TheBlueMatt committed Aug 2, 2021
1 parent bee9a1e commit 0fa1865
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,18 @@ jobs:
platform: macos-latest
build-net-tokio: true
build-no-std: true
- toolchain: beta
platform: macos-latest
build-net-tokio: true
build-no-std: true
- toolchain: stable
platform: windows-latest
build-net-tokio: true
build-no-std: true
- toolchain: beta
platform: windows-latest
build-net-tokio: true
build-no-std: true
- toolchain: beta
build-net-tokio: true
build-no-std: true
Expand Down

0 comments on commit 0fa1865

Please sign in to comment.