added ignored tests

This commit is contained in:
epi
2021-01-09 16:56:14 -06:00
parent f6c68614bc
commit 29ad28d3f8

View File

@@ -16,9 +16,6 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
- name: test ignored tests
run: |
cargo test -- --ignored
test:
name: Test Suite
@@ -33,6 +30,9 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
- name: test ignored tests
run: |
cargo test -- --ignored
fmt: