commit 675c96246bb99789980f38cc5e83f201e7a7eb80 parent fb1f3fe381e112f62e7254bccbc8120b90b5432e Author: Jack Farzan <jpfarzan@gmail.com> Date: Fri, 5 Jan 2024 09:21:25 -0500 Update ci.yml test including windows Diffstat:
| M | .github/workflows/ci.yml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] rust_version: [stable, 1.70.0] - exclude: - - os: windows-latest - rust_version: stable - # Disable latest Windows version due to build instability. - # See https://github.com/rust-lang/cargo/issues/12979. + # exclude: + # - os: windows-latest + # rust_version: stable + # # Disable latest Windows version due to build instability. + # # See https://github.com/rust-lang/cargo/issues/12979. steps: - name: Checkout repository