diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e0111890..a90196041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,18 +56,18 @@ jobs: strategy: matrix: build: - - linux-stable - - macos-stable +# - linux-stable +# - macos-stable - windows-stable include: - - build: linux-stable - os: ubuntu-20.04 - target: x86_64-unknown-linux-gnu - rust: stable - - build: macos-stable - os: macos-latest - target: x86_64-apple-darwin - rust: stable +# - build: linux-stable +# os: ubuntu-20.04 +# target: x86_64-unknown-linux-gnu +# rust: stable +# - build: macos-stable +# os: macos-latest +# target: x86_64-apple-darwin +# rust: stable - build: windows-stable os: windows-latest target: x86_64-pc-windows-msvc @@ -94,8 +94,29 @@ jobs: if: ${{ ! startsWith(matrix.build, 'windows') }} run: sudo -E env "PATH=$PATH" cargo test --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture - name: Run simulation test on ${{ matrix.build }} + if: startsWith(matrix.build, 'windows') + run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture + - name: Run simulation test on ${{ matrix.build }} + if: startsWith(matrix.build, 'windows') run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture + - name: Run simulation test on ${{ matrix.build }} if: startsWith(matrix.build, 'windows') + run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture + - name: Run simulation test on ${{ matrix.build }} + if: startsWith(matrix.build, 'windows') + run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture + - name: Run simulation test on ${{ matrix.build }} + if: startsWith(matrix.build, 'windows') + run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture + - name: Run simulation test on ${{ matrix.build }} + if: startsWith(matrix.build, 'windows') + run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture + - name: Run simulation test on ${{ matrix.build }} + if: startsWith(matrix.build, 'windows') + run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture + - name: Run simulation test on ${{ matrix.build }} + if: startsWith(matrix.build, 'windows') + run: cargo test --target --target ${{ matrix.target }} --features sim-tests --test sim -- --exact --nocapture fmt: runs-on: ubuntu-22.04