diff options
| author | Yong He <yonghe@outlook.com> | 2024-06-12 15:06:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 15:06:29 -0700 |
| commit | b970b88b7054c3eb82f147364961ce57477fbd56 (patch) | |
| tree | e914edebddb673103df7098d40726ee491178fec /.github | |
| parent | 0574dca987edb83325f50b435767fa0c61bae2b8 (diff) | |
Enable full test on macos. (#4327)
* Enable full test on macos.
* Add failing test to expected list.
* Fix CI script.
* Update expected failure list.
* Update test list.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/github_test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/github_test.sh b/.github/github_test.sh index 5e75296fb..68f321731 100644 --- a/.github/github_test.sh +++ b/.github/github_test.sh @@ -30,6 +30,10 @@ else SLANG_TEST_CATEGORY=smoke fi +if [ "${PLATFORM}" == "macosx" ]; then + SLANG_TEST_CATEGORY=full +fi + TARGET=${PLATFORM}-${ARCHITECTURE} OUTPUTDIR=bin/${TARGET}/${CONFIGURATION}/ |
