From 1fe4fb4d03093958f4e99ea6fa48352e055a40f6 Mon Sep 17 00:00:00 2001 From: Arnav Mehta <77837038+ArnavMehta3000@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:53:13 +0100 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 181bf6f..dba759f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -70,5 +70,8 @@ jobs: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages key: ${{ steps.restore-depcache.outputs.cache-primary-key }} - - name: Build Visualizer - run: xmake --all --yes + # - name: Build Visualizer + # run: xmake --all --yes + + - name: Run tests + run: xmake test */compile_pass