This commit is contained in:
xgdgsc 2023-03-26 14:58:47 +08:00
parent e62178c25e
commit 9414a8d65d

View File

@ -84,7 +84,7 @@ jobs:
rustup toolchain install stable nightly --profile minimal -t ${{ matrix.target }}
- name: Test on stable
if: ! matrix.skip-test
if: ${{ ! matrix.skip-test }}
run: |
${{ env.CARGO }} +stable test --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS