Skip to content

Commit

Permalink
try optimizing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 30, 2024
1 parent e76a718 commit 03906a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ jobs:
override: true
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release
- name: Run unit tests
run: cargo test -p skim --release
run: cargo test -p skim
- name: Run end-to-end tests
run: |
cargo build --release
tmux new-session -d
cargo test -p e2e -j8
env:
Expand Down

0 comments on commit 03906a6

Please sign in to comment.