From c9aeb165495ceeb455ca190e7287fc1461a1c9c4 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 10 Jun 2021 22:32:28 -0400 Subject: [PATCH] Nightly --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cd5cd7..3219fc9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: actions-rs/toolchain@v1.0.7 with: - toolchain: stable + toolchain: nightly override: true - name: cargo fetch uses: actions-rs/cargo@v1 @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: actions-rs/toolchain@v1.0.7 with: - toolchain: stable + toolchain: nightly override: true - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1