From 1a4e66cdac751348858738a2369bd1e9dc03c188 Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 12 Mar 2023 21:13:51 +0100 Subject: [PATCH] Updated CI --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d45f2c7..9fbac47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - name: Install nightly toolchain + uses: actions-rs/toolchain@v1 + with: + toolchain: nightly - name: run tests run: cargo test --workspace --all-targets - name: run doctests