add: run tests on linux
This commit is contained in:
parent
fd08bf1789
commit
69bd1903df
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: zig build
|
run: zig build
|
||||||
|
|
||||||
# ZLS Tests currently fail? Once they are passing and kept up to date, this can be enabled
|
# ZLS Tests currently fail on windows? Once they are passing and kept up to date, this can be enabled everywhere
|
||||||
# - name: Run Tests
|
- name: Run Tests
|
||||||
# run: zig build test
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
run: zig build test
|
||||||
|
Loading…
Reference in New Issue
Block a user