Skip to content

Commit

Permalink
ci(#13): remove redundant steps
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Jun 23, 2024
1 parent c3828fa commit 2c673fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cargo clean
- run: cargo build
- run: cargo test
- run: cargo build --release
- run: cargo test --release
- run: cargo fmt --check
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cargo build
- uses: actions-rs/[email protected]
with:
version: '0.22.0'
Expand Down

0 comments on commit 2c673fa

Please sign in to comment.