mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
re-enable Windows Platform Tests in CI
This commit is contained in:
parent
7f74258d03
commit
8159361b1d
1 changed files with 4 additions and 6 deletions
10
.github/workflows/ci_zig.yml
vendored
10
.github/workflows/ci_zig.yml
vendored
|
|
@ -101,19 +101,17 @@ jobs:
|
|||
run: |
|
||||
zig build -Dllvm -Dfuzz -Dsystem-afl=false
|
||||
|
||||
- name: Run Test Platform Tests (Unix)
|
||||
- name: Run Test Platforms (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
./zig-out/bin/roc --no-cache test/platform/str/app.roc
|
||||
./zig-out/bin/roc --no-cache test/platform/int/app.roc
|
||||
|
||||
- name: Run Test Platform Tests (Windows)
|
||||
- name: Run Test Platforms (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
# TODO: Windows platform tests disabled until linking issues are resolved
|
||||
# zig-out\bin\roc.exe --no-cache test/platform/str/app.roc
|
||||
# zig-out\bin\roc.exe --no-cache test/platform/int/app.roc
|
||||
echo "Windows platform tests temporarily disabled"
|
||||
zig-out\bin\roc.exe --no-cache test/platform/str/app.roc
|
||||
zig-out\bin\roc.exe --no-cache test/platform/int/app.roc
|
||||
|
||||
- name: roc executable minimal check (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue