diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d2e8f06b..561b98c6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -34,5 +34,6 @@ jobs: tool/build --verbose --no-run ls -al out/this/Debug ls -al out/this/Release - - run: tool/build --verbose --no-build - run: tool/test/all || tool/test/all + - run: tool/build --verbose --no-build +