Merge pull request #1033 from TheBlueMatt/2021-07-fix-beta
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Tue, 3 Aug 2021 14:41:35 +0000 (14:41 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 14:41:35 +0000 (14:41 +0000)
Fix lightning-persister tests for upcoming rustc changes

1  2 
.github/workflows/build.yml

index 100fbdfcff6c66814b8c847d737c4a87a8c4ceb8,7d9cf422aca59bed4ed4bbce21b9c1507facbc20..738a54f91a50b8159160b8ac09bc16e79fa5c5c3
@@@ -26,10 -26,18 +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
            rustup component add clippy
        - name: Run default clippy linting
          run: |
 -          cargo clippy -- -Aclippy::erasing_op -Aclippy::never_loop -Aclippy::if_same_then_else
 +          cargo clippy -- -Aclippy::erasing_op -Aclippy::never_loop -Aclippy::if_same_then_else -Dclippy::try_err