Skip to content

Commit

Permalink
ci runs consolidated ci task instead of individual lint and test tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Oct 28, 2023
1 parent c52f81b commit 6aec5e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Setup Project
run: cargo xtask setup
- name: Run Linter
run: cargo xtask lint
- name: Run Tests & Coverage
run: cargo xtask coverage
run: cargo xtask ci

0 comments on commit 6aec5e6

Please sign in to comment.