diff options
| -rw-r--r-- | .github/workflows/cosmocc.yml | 12 |
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 |
