Skip to content

Commit 1a85163

Browse files
committed
chore: use native cargo commands at ci
1 parent eba19e7 commit 1a85163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
2020

2121
- name: Lint
22-
run: make lint
22+
run: cargo clippy --all
2323

2424
test:
2525
runs-on: macos-latest
@@ -33,4 +33,4 @@ jobs:
3333
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
3434

3535
- name: Test
36-
run: make test
36+
run: cargo test --workspace

0 commit comments

Comments
 (0)