diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 736bd4ccd..65a14c0a0 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -2,18 +2,18 @@ name: Unit tests on: push: - branches: [ main ] + branches: [main] paths: - - '.github/workflows/*' - - 'src/**' - - 'Cargo.*' + - ".github/workflows/*" + - "src/**" + - "Cargo.*" - build.rs pull_request: - branches: [ main ] + branches: [main] paths: - - '.github/workflows/*' - - 'src/**' - - 'Cargo.*' + - ".github/workflows/*" + - "src/**" + - "Cargo.*" - build.rs env: @@ -27,7 +27,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] rust: [1.71.0, stable, beta, nightly] steps: