Skip to content

Commit

Permalink
fix: don't run the integration tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 17, 2024
1 parent 264049e commit 9a9a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Run tests
run: cargo test --no-fail-fast --features integration-tests
run: cargo test --no-fail-fast
env:
RUST_LOG: trace

0 comments on commit 9a9a763

Please sign in to comment.