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