From a17749be525e11e40aa7bafafabb113b1ff334ac Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler <71695780+ellmau@users.noreply.github.com> Date: Mon, 28 Feb 2022 12:55:55 +0100 Subject: [PATCH] Removed non-linux tests --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3c16b58..15e46e4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,9 +17,9 @@ jobs: matrix: include: - { rust: stable, os: ubuntu-latest } - - { rust: stable, os: macos-latest } - - { rust: stable, os: windows-latest } - - { rust: stable-i686-msvc, os: windows-latest } + #- { rust: stable, os: macos-latest } + #- { rust: stable, os: windows-latest } + #- { rust: stable-i686-msvc, os: windows-latest } steps: - uses: actions/checkout@v2 - uses: hecrj/setup-rust-action@v1