From 0f88f5a537d1d9a653d11cee29a40b13439f10b3 Mon Sep 17 00:00:00 2001 From: semubico Date: Fri, 11 Jul 2025 17:32:18 +0200 Subject: [PATCH] Update .github/workflows/test.yml --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 371e310..f13a510 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,12 +7,8 @@ jobs: container: image: node:alpine steps: - # nodejs is required for the checkout action - uses: actions/checkout@v4 - run: apk add curl gcc rustup cargo rust - - run: rustup component add rustfmt clippy - - run: cargo fmt -- --check - - run: cargo clippy -- -D warnings - run: cargo check - run: cargo test - run: cargo build --release