diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f1613018..c56d91e3 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -15,9 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install the latest toolchain - run: rustup update - - name: Run tests run: cargo test --verbose