Skip to content

Commit fd52dcc

Browse files
committed
use make in ci
1 parent 19b82c5 commit fd52dcc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Compile
2929
run: cargo check --locked
3030
- name: Test
31-
run: cargo nextest run
31+
run: make test
3232

3333
lint:
3434
runs-on: ubuntu-latest
@@ -39,6 +39,4 @@ jobs:
3939
components: clippy, rustfmt
4040
- uses: Swatinem/rust-cache@v2
4141
- name: Run cargo clippy (deny warnings)
42-
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
43-
- name: Run cargo fmt (check if all code is rustfmt-ed)
44-
run: cargo fmt --all --check
42+
run: make lint

0 commit comments

Comments
 (0)