diff options
-rw-r--r-- | .github/workflows/CI.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2f351a1..fce83bb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,13 +58,6 @@ jobs: run: | cargo test --verbose --no-run - - name: Run tests (Linux, Windows) - if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'windows') + - name: Run tests run: | cargo test - - # Workaround for https://github.com/fortran-lang/fpm/issues/16 - - name: Run tests (macOS) - if: contains(matrix.os, 'macos') - run: | - cargo test || cargo test || cargo test |