mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
CI: remove nextest
This commit is contained in:
parent
2341ee664e
commit
5bc87e65a8
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -21,17 +21,13 @@ jobs:
|
|||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
|
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
|
||||||
- name: Install cargo-nextest
|
|
||||||
run: cargo install cargo-nextest
|
|
||||||
- name: Populate target directory from cache
|
- name: Populate target directory from cache
|
||||||
uses: Leafwing-Studios/cargo-cache@v2
|
uses: Leafwing-Studios/cargo-cache@v2
|
||||||
with:
|
with:
|
||||||
sweep-cache: true
|
sweep-cache: true
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cargo nextest run --locked --workspace --no-default-features --all-targets
|
cargo test --locked --workspace --no-default-features
|
||||||
# Run doctests separately since nextest doesn't support them
|
|
||||||
cargo test --doc --locked --workspace --no-default-features
|
|
||||||
# Run clippy lints.
|
# Run clippy lints.
|
||||||
clippy:
|
clippy:
|
||||||
name: Clippy
|
name: Clippy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user