Skip to content

Commit

Permalink
Removed un-needed job
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Nov 20, 2023
1 parent d12e3ee commit 3d39cb9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: test
run: cargo test

coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3d39cb9

Please sign in to comment.