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