diff --git a/.github/workflows/test-rust.yaml b/.github/workflows/test-rust.yaml index 1f2659fbe814..19e3ea6a7aa8 100644 --- a/.github/workflows/test-rust.yaml +++ b/.github/workflows/test-rust.yaml @@ -183,12 +183,9 @@ jobs: uses: clechasseur/rs-cargo@v4 with: command: doc - # Only run with deps on nightly, since it's much slower, and so farâ„¢ - # we haven't seen any errors. args: --target=${{ inputs.target }} --no-default-features --features=${{ - inputs.features }} ${{ inputs.nightly != 'true' && '--no-deps' || '' - }} + inputs.features }} - name: Build extra targets for cache # When building the cache, we also run with `--all-targets` so that # prqlc builds can use the same cache.