ci: run tests on all platforms

This commit is contained in:
Amaan Qureshi 2026-04-11 03:02:09 -04:00
commit bcc3f2ab96
No known key found for this signature in database

View file

@ -43,5 +43,4 @@ jobs:
run: cargo build --verbose
- name: "Run tests"
if: matrix.target == 'x86_64-unknown-linux-gnu'
run: cargo test --verbose
run: cargo test --workspace --exclude microfetch --verbose