Fix CI workflow using old tooling

This commit is contained in:
Filip Tibell 2023-07-07 09:11:27 +02:00
parent db4dbc6dcb
commit 9adf296539
No known key found for this signature in database

View file

@ -21,9 +21,6 @@ jobs:
with:
components: rustfmt, clippy
- name: Install project tools
uses: ok-nick/setup-aftman@v0.3.0
- name: Rustfmt
run: cargo fmt -- --check
@ -34,4 +31,4 @@ jobs:
run: cargo clippy
- name: Test
run: just test
run: cargo test --package lune -- --test-threads 1