Skip to content

Commit

Permalink
ci: only test unit tests
Browse files Browse the repository at this point in the history
need to work on the acceptance phase
  • Loading branch information
jasonribble committed Jul 20, 2024
1 parent 25ac486 commit 1f4c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
- run: cargo test --bins

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1f4c3a8

Please sign in to comment.