diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-17 16:39:06 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-17 16:39:06 -0700 |
commit | 7b0097267a5c4c14be7e1b3893acda372413ef7a (patch) | |
tree | 7bd2a403e6f6ad8fc7471333a465d9fd87c5e37c /.github/workflows/CI.yml | |
parent | a601a6d1b53c275152abe061a6c652503b924b90 (diff) | |
download | fpm-7b0097267a5c4c14be7e1b3893acda372413ef7a.tar.gz fpm-7b0097267a5c4c14be7e1b3893acda372413ef7a.zip |
Add a link to the issue
Diffstat (limited to '.github/workflows/CI.yml')
-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: | |