Skip to content

Commit

Permalink
Fix CI workflow using old tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jul 7, 2023
1 parent db4dbc6 commit 9adf296
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -34,4 +31,4 @@ jobs:
run: cargo clippy

- name: Test
run: just test
run: cargo test --package lune -- --test-threads 1

0 comments on commit 9adf296

Please sign in to comment.