diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee1162e78e..8f0168ca6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,9 +82,7 @@ jobs: - uses: Swatinem/rust-cache@v1 with: - key: ${{ matrix.style }}v2 # increment this to bust the cache if needed - - # - uses: taiki-e/install-action@nextest + key: ${{ matrix.style }}v3 # increment this to bust the cache if needed - name: Tests uses: actions-rs/cargo@v1 @@ -92,12 +90,6 @@ jobs: command: test args: --workspace --profile ci --exclude nu_plugin_* ${{ matrix.flags }} - - name: Doctests - uses: actions-rs/cargo@v1 - with: - command: test - args: --workspace --profile ci --exclude nu_plugin_* --doc ${{ matrix.flags }} - python-virtualenv: env: NUSHELL_CARGO_TARGET: ci