diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 14:18:31 -0500 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 14:18:31 -0500 |
commit | 8cd42c30c46f36f6e4853c63402cddd77c7669ab (patch) | |
tree | e16a3628a1d77b57b07ca564c193cb8ede3f436a /.github/workflows/CI.yml | |
parent | 89cf561d505a770b6ca9cd2a28c285fbaab2eeb4 (diff) | |
download | fpm-8cd42c30c46f36f6e4853c63402cddd77c7669ab.tar.gz fpm-8cd42c30c46f36f6e4853c63402cddd77c7669ab.zip |
Revert "Try not running the new unit tests on Windows"
This reverts commit 89cf561d505a770b6ca9cd2a28c285fbaab2eeb4.
Diffstat (limited to '.github/workflows/CI.yml')
-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 cc9370f..03fcf84 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -90,18 +90,11 @@ jobs: run: | sudo cp /home/runner/.local/bin/fpm /usr/local/bin - - name: Run tests on Haskell fpm (Linux / macOS) - if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') + - name: Run tests on Haskell fpm run: | cd bootstrap stack test - - name: Run tests on Haskell fpm (Windows) - if: contains(matrix.os, 'windows') - run: | - cd bootstrap - stack test --skip fpm-unittest - - name: Build and run Fortran fpm (Linux / macOS) if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') run: | |