diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03db721..28ced58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,17 @@ env: CARGO_TERM_COLOR: always jobs: + test-stable-windows: + name: Rust stable (Windows) + runs-on: windows-latest + timeout-minutes: 45 + steps: + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@stable + - name: Run tests + shell: bash + run: bash ./scripts/test.sh + test-stable-hosted: strategy: fail-fast: false