actually remove 'cargo test -- --ignored'

This commit is contained in:
Anton-4 2020-12-23 17:40:13 +01:00
parent 5bf986a150
commit f1762c3ee0

View file

@ -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: