mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
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.
This commit is contained in:
parent
bee9a1e403
commit
0fa18658cd
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue