Skip to content

Commit

Permalink
ci: Disable doc tests on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Jul 29, 2024
1 parent 67a59e5 commit 0156dca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: Build
run: cargo build --verbose --features highs,cbc
- name: Run tests
run: cargo test --features highs,cbc
# Only test the library and binaries, not the docs
# There were some issues with the docs tests timing out on Windows CI
run: cargo test --features highs,cbc --verbose --lib --bins

0 comments on commit 0156dca

Please sign in to comment.