update workflows

This commit is contained in:
kn0sys 2024-09-02 11:00:26 -04:00
parent 46af8f18a9
commit 45b2563f78
No known key found for this signature in database
GPG key ID: 3BDB674C95F103FA

View file

@ -26,4 +26,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cd neveko-core && RUST_TEST_THREADS=1 cargo test --verbose
run: cd neveko-core && RUST_TEST_THREADS=1 RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report && cargo clippy && cargo test