Skip to content

Commit

Permalink
Speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 5, 2023
1 parent a8b66db commit f657f5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --workspace
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- run: cargo nextest run --workspace
env:
RUST_LOG: info,tx-sitter=debug
- run: cargo clippy --workspace --tests

formatting:
Expand Down

0 comments on commit f657f5c

Please sign in to comment.