Skip to content

Commit

Permalink
Remove redundant cargo-test job
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Aug 12, 2023
1 parent 85e9f85 commit 255f28e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
clippy_flags: -- -D warnings

cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test

cargo-docs:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 255f28e

Please sign in to comment.