Skip to content

Commit 6c77627

Browse files
committed
ci: Use install-action to install cargo-careful
1 parent c1dd558 commit 6c77627

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ jobs:
8383
- run: rustup toolchain add nightly --no-self-update
8484
- uses: taiki-e/install-action@cargo-hack
8585
- uses: taiki-e/install-action@cargo-minimal-versions
86-
- uses: taiki-e/cache-cargo-install-action@v1
87-
with:
88-
tool: cargo-careful
86+
- uses: taiki-e/install-action@cargo-careful
8987
if: startsWith(matrix.rust, 'nightly')
9088
- uses: taiki-e/setup-cross-toolchain-action@v1
9189
with:
9290
target: ${{ matrix.target }}
93-
- run: cargo test --workspace --features $TEST_FEATURES --target ${{ matrix.target }} $DOCTEST_XCOMPILE $BUILD_STD
94-
- run: cargo test --workspace --features $TEST_FEATURES --release --target ${{ matrix.target }} $DOCTEST_XCOMPILE $BUILD_STD
91+
- run: cargo test --workspace --features $TEST_FEATURES --target ${{ matrix.target }} $DOCTEST_XCOMPILE $BUILD_STD
92+
- run: cargo test --workspace --features $TEST_FEATURES --release --target ${{ matrix.target }} $DOCTEST_XCOMPILE $BUILD_STD
93+
- run: cargo careful test --workspace --features $TEST_FEATURES --target ${{ matrix.target }} $DOCTEST_XCOMPILE $BUILD_STD
94+
if: startsWith(matrix.rust, 'nightly')
9595
- run: cargo hack build --workspace --ignore-private --feature-powerset --depth 2 --optional-deps=portable-atomic --exclude-features panic-unwind,backtrace --target ${{ matrix.target }} $BUILD_STD
9696
- run: cargo minimal-versions build --workspace --features $TEST_FEATURES --ignore-private --target ${{ matrix.target }} $BUILD_STD
9797

0 commit comments

Comments
 (0)