mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
🔧
This commit is contained in:
parent
e62178c25e
commit
9414a8d65d
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user