mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
update workflows
This commit is contained in:
parent
46af8f18a9
commit
45b2563f78
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue