diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a6093c..d97177c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -61,7 +61,7 @@ jobs: | |||
| 61 | run: zig build test -Dci=true -Din_memory=true --summary all -fqemu -fwine | 61 | run: zig build test -Dci=true -Din_memory=true --summary all -fqemu -fwine |
| 62 | - name: Run Tests in memory | 62 | - name: Run Tests in memory |
| 63 | if: ${{ matrix.os == 'macos-latest' }} | 63 | if: ${{ matrix.os == 'macos-latest' }} |
| 64 | run: zig build test -Dci=true -Din_memory=true --summary all -frosetta | 64 | run: zig build test -Dci=true -Din_memory=true --summary all |
| 65 | - name: Run Tests in memory | 65 | - name: Run Tests in memory |
| 66 | if: ${{ matrix.os == 'windows-latest' }} | 66 | if: ${{ matrix.os == 'windows-latest' }} |
| 67 | run: zig build test -Dci=true -Din_memory=true --summary all | 67 | run: zig build test -Dci=true -Din_memory=true --summary all |