name: CI on: push: paths-ignore: - 'docs/**' - 'LICENSE' - 'read.me' - 'README.md' pull_request: paths-ignore: - 'docs/**' - 'LICENSE' - 'read.me' - 'README.md' env: TEST_REF_FORBID_GEN_REFS: true jobs: tests-windows: strategy: matrix: os: [windows-2022] compiler: [msvc] name: Use ${{ matrix.compiler }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - name: Run tests run: | cd tests bash ./run.sh ${{ matrix.compiler }}