Skip to content

Commit

Permalink
Join tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Aug 10, 2024
1 parent 4299a76 commit 0c85692
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ env:
CI: true

jobs:
lint:
test:
name: Tests
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -27,10 +27,4 @@ jobs:
- run: cargo fmt --check
- run: cargo check
- run: cargo clippy --all-targets --all-features -- -D warnings

test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test

0 comments on commit 0c85692

Please sign in to comment.