enable windows and mac tests in CI

This commit is contained in:
Lee Cannon 2022-05-29 18:50:48 +01:00
parent ffe9598fbd
commit 9bfa372059
No known key found for this signature in database
GPG Key ID: 983D5E5CC5E1401F

View File

@ -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