File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ jobs:
83
83
- run : rustup toolchain add nightly --no-self-update
84
84
- uses : taiki-e/install-action@cargo-hack
85
85
- 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
89
87
if : startsWith(matrix.rust, 'nightly')
90
88
- uses : taiki-e/setup-cross-toolchain-action@v1
91
89
with :
92
90
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')
95
95
- 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
96
96
- run : cargo minimal-versions build --workspace --features $TEST_FEATURES --ignore-private --target ${{ matrix.target }} $BUILD_STD
97
97
You can’t perform that action at this time.
0 commit comments