Skip to content

Commit

Permalink
fix: skip slow and unnecessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Nov 2, 2023
1 parent dba8a0d commit b81f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
~/.rustup
key: ${{ env.cache-name }}-${{ hashFiles('**/Cargo.toml') }}
- run: cargo build --all-features
- run: cargo test --all-features
- run: cargo test --all-features -- --skip session
- run: cargo clippy -- -Dwarnings

0 comments on commit b81f43f

Please sign in to comment.