diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 37e6e12..c2d11fa 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 \ No newline at end of file +# 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 \ No newline at end of file