Skip to content

Commit

Permalink
Disabled Windows pipeline due to compiler failure in hv-fonseca crate
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Aug 4, 2024
1 parent 2cdef34 commit b8b0f74
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
test-windows:
name: Cargo check and test on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
# NOTE disabled due to compiler failure in hv-fonseca crate
# test-windows:
# name: Cargo check and test on Windows
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v4
# - name: Build
# run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose

0 comments on commit b8b0f74

Please sign in to comment.