Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Aug 8, 2023
1 parent 9e8b716 commit 4043af9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4043af9

Please sign in to comment.