mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +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 }}
|
rustup toolchain install stable nightly --profile minimal -t ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Test on stable
|
- name: Test on stable
|
||||||
if: ! matrix.skip-test
|
if: ${{ ! matrix.skip-test }}
|
||||||
run: |
|
run: |
|
||||||
${{ env.CARGO }} +stable test --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS
|
${{ env.CARGO }} +stable test --target ${{ matrix.target }} $EXTRA_CARGO_FLAGS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user