diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 66490d9..6f37fa6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,11 +16,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.71 - name: Run tests - uses: actions-rs/cargo@v1 - with: - command: test + run: cargo test --verbose build_and_deploy: runs-on: ubuntu-latest