From 4043af94e07ace354eaf1cb640a39332b4a5be36 Mon Sep 17 00:00:00 2001 From: Martin Indra Date: Tue, 8 Aug 2023 17:20:59 +0200 Subject: [PATCH] WIP --- .github/workflows/test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd405721..ea054985 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,8 +30,7 @@ jobs: - uses: ./.github/actions/rust name: Setup with: - name: text-xxx - components: clippy + name: test-build - name: Build run: cargo build --verbose --all-targets --all-features --locked @@ -45,7 +44,7 @@ jobs: - uses: ./.github/actions/rust name: Setup with: - name: text-xxx + name: clippy components: clippy - name: Clippy run: cargo clippy --all --all-targets --all-features --workspace -- --deny warnings @@ -60,8 +59,7 @@ jobs: - uses: ./.github/actions/rust name: Setup with: - name: text-xxx - components: clippy + name: test - name: Test run: cargo test --verbose --all-features --workspace