mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 19:49:24 +00:00
update workflows
This commit is contained in:
parent
33a76fcd63
commit
84c5044975
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt install -y libssl-dev build-essential
|
run: sudo apt install -y libssl-dev build-essential
|
||||||
- name: Build
|
- name: Build and Clippy
|
||||||
run: cargo build --verbose
|
run: RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report && cargo clippy
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cd neveko-core && RUST_TEST_THREADS=1 RUSTFLAGS="-Z threads=4" cargo +nightly build --future-incompat-report && cargo clippy && cargo test
|
run: cd neveko-core && RUST_TEST_THREADS=1 cargo test
|
||||||
|
|
Loading…
Reference in a new issue