File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ jobs:
230230 with :
231231 sccache : s3
232232 - uses : actions/checkout@v6
233- - uses : taiki-e/install-action@cargo-minimal-versions
234233 - run : cargo minimal-versions check --direct --workspace --ignore-private
235234
236235 rust-lint :
@@ -343,12 +342,6 @@ jobs:
343342 with :
344343 sccache : s3
345344 - uses : actions/checkout@v6
346- - name : Install grcov
347- uses : taiki-e/install-action@grcov
348- - name : Install nextest
349- uses : taiki-e/install-action@v2
350- with :
351- tool : nextest
352345 - name : Rust Tests
353346 if : ${{ matrix.suite == 'tests' }}
354347 run : |
@@ -363,8 +356,6 @@ jobs:
363356 run : |
364357 cargo build -p vortex-ffi
365358 cargo run -p vortex-ffi --example hello_vortex
366- - name : Install llvm-tools-preview
367- run : rustup component add llvm-tools-preview
368359 - name : Generate coverage report
369360 run : |
370361 grcov . --binary-path target/debug/ -s . -t lcov --llvm --ignore-not-existing \
You can’t perform that action at this time.
0 commit comments