diff options
-rw-r--r-- | .github/workflows/CI.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 14e82a6..fce7da1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,6 +67,7 @@ jobs: run: | cargo test + # Workaround for https://github.com/fortran-lang/fpm/issues/16 - name: Run tests (macOS) if: contains(matrix.os, 'macos') run: | |