mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
actually remove 'cargo test -- --ignored'
This commit is contained in:
parent
5bf986a150
commit
f1762c3ee0
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -68,13 +68,6 @@ jobs:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: -- -D warnings
|
args: -- -D warnings
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
name: cargo test -- --ignored
|
|
||||||
continue-on-error: true
|
|
||||||
with:
|
|
||||||
command: test
|
|
||||||
args: -- --ignored
|
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
name: cargo test --release
|
name: cargo test --release
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue