diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebbc76b..af55f1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,9 +27,7 @@ jobs: - name: Build run: zig build - # ZLS Tests currently fail on windows? Once they are passing and kept up to date, this can be enabled everywhere - name: Run Tests - if: ${{ matrix.os == 'ubuntu-latest' }} run: zig build test - name: Build artifacts