mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +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
|
||||
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
|
||||
name: cargo test --release
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue