Skip to content

Commit 6b4b787

Browse files
authored
Merge pull request #38 from Coduck-Team/37-remove-nextest
Remove 'cargo nextest'
2 parents 7a51982 + 015376f commit 6b4b787

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
53-
- name: Install packages
54-
run: sudo apt-get install xorg-dev libglu1-mesa-dev
55-
- uses: actions-rs/toolchain@v1
56-
with:
57-
toolchain: stable
58-
override: true
59-
- uses: Swatinem/rust-cache@v1
60-
- name: Install cargo-nextest
61-
uses: baptiste0928/cargo-install@v1
62-
with:
63-
crate: cargo-nextest
64-
locked: true
65-
- uses: actions-rs/cargo@v1
66-
with:
67-
command: nextest
68-
args: run --retries 5 --workspace --failure-output final
53+
- run: cargo test --all-features --verbose
6954

7055
security_audit:
7156
name: 👮 Audit

0 commit comments

Comments
 (0)