summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-17 21:59:56 +0800
committerGitHub <[email protected]>2025-01-17 21:59:56 +0800
commit01c12efdd61c23cc36bb746cd3c72311d10ae854 (patch)
tree84708f19238a254219a51cb180092c9ff09a0d66 /.github/workflows
parent18d9b70153d64b507b7c2e501e523d40df439031 (diff)
Update cosmocc.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cosmocc.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml
index 705dfa958..a8ec237e7 100644
--- a/.github/workflows/cosmocc.yml
+++ b/.github/workflows/cosmocc.yml
@@ -59,12 +59,6 @@ jobs:
brew install dmd
brew install dub
- - name: Tests
- run: |
- ls -l core/build/
- core/build/xmake --version
- core/build/xmake lua -v -D tests/run.lua
-
# In the tests, cmake tries to use make from the cosmopolitan toolchain and fails, so uninstall it
- name: Remove cosmocc
run: |
@@ -73,6 +67,12 @@ jobs:
echo "::remove-path::${INSTALL_DIR}/bin"
rm -r "${INSTALL_DIR}"
+ - name: Tests
+ run: |
+ ls -l core/build/
+ core/build/xmake --version
+ core/build/xmake lua -v -D tests/run.lua
+
- name: Artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4