From 9adf296539a0437bea05f79cd55a9613e06923fb Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 7 Jul 2023 09:11:27 +0200 Subject: [PATCH] Fix CI workflow using old tooling --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 857ad52..4dbf2ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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