mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue