diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 700d9f6a4..ba92715fc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -30,4 +30,10 @@ jobs: CONFIGURATION=${{matrix.configuration}} ARCH=${{matrix.platform}} source ./github_macos_build.sh + - name: test + run: + CONFIGURATION=${{matrix.configuration}} + CC=${{matrix.compiler}} + ARCH=${{matrix.platform}} + source ./github_test.sh
\ No newline at end of file |
