Run normal (not ignored) tests on Linux CI

Fixes #480
pull/481/head
Wilfred Hughes 2023-02-04 15:27:02 +07:00
parent f43e0d7e9a
commit 9e8a90649c
1 changed files with 2 additions and 2 deletions

@ -9,10 +9,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.57.0 - uses: dtolnay/rust-toolchain@1.57.0
- run: cargo test
# This also runs tests that rely on the MIME database being # This also runs tests that rely on the MIME database being
# present. # present.
- name: Run all tests, including ignored tests - run: cargo test -- --ignored
run: cargo test -- --ignored
test_linux_latest_stable: test_linux_latest_stable:
name: Test Linux (latest stable Rust) name: Test Linux (latest stable Rust)