mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-04 11:54:46 +00:00
Add new test config, which covers all tests
This commit is contained in:
parent
49d1d3accb
commit
08d71e6196
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,11 @@ jobs:
|
|||
- uses: taiki-e/install-action@nextest
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Run cargo test
|
||||
run: cargo nextest run --all-targets
|
||||
run: cargo nextest run --all-targets --all-features --filter-expr '!test(test_exclude_example_domains)'
|
||||
- name: Run cargo test (include example domains)
|
||||
run: cargo nextest run --filter-expr 'test(test_exclude_example_domains)'
|
||||
- name: Run doctests
|
||||
run: cargo test --doc
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue