mirror of
https://github.com/lune-org/lune.git
synced 2025-01-05 19:09:10 +00:00
Fix CI workflow using old tooling
This commit is contained in:
parent
db4dbc6dcb
commit
9adf296539
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -21,9 +21,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
- name: Install project tools
|
|
||||||
uses: ok-nick/setup-aftman@v0.3.0
|
|
||||||
|
|
||||||
- name: Rustfmt
|
- name: Rustfmt
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
|
|
||||||
|
@ -34,4 +31,4 @@ jobs:
|
||||||
run: cargo clippy
|
run: cargo clippy
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: just test
|
run: cargo test --package lune -- --test-threads 1
|
||||||
|
|
Loading…
Reference in a new issue