mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-06-08 10:51:13 -03:00
added ignored tests
This commit is contained in:
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user