We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee7add commit c0af6bfCopy full SHA for c0af6bf
.github/workflows/actions.yml
@@ -488,9 +488,9 @@ jobs:
488
- name: "Remove GC tests"
489
run: |
490
Remove-Item -Path .\test\web-assembly3\gc -Force -Recurse
491
- del /q .\test\web-assembly3/jit\gc_cast_abstract.wast
492
- del /q .\test\web-assembly3/jit\gc_cast_concrete.wast
493
- del /q .\test\web-assembly3/jit\gc_refeq.wast
+ Remove-Item .\test\web-assembly3/jit\gc_cast_abstract.wast
+ Remove-Item .\test\web-assembly3/jit\gc_cast_concrete.wast
+ Remove-Item .\test\web-assembly3/jit\gc_refeq.wast
494
- name: Run tests
495
496
python tools\run-tests.py --engine=%cd%\out\walrus.exe ${{ matrix.switch }}
0 commit comments