Skip to content

Commit 280fb29

Browse files
committed
Start running regex-shootout-regex-dna on Windows again
1 parent 1ca07b9 commit 280fb29

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,7 @@ jobs:
183183
run: ./y.exe build --sysroot none
184184

185185
- name: Test
186-
run: |
187-
# WIP Disable some tests
188-
189-
# This fails with a different output than expected
190-
(Get-Content config.txt) -replace '(test.regex-shootout-regex-dna)', '# $1' | Out-File config.txt
191-
192-
./y.exe test
186+
run: ./y.exe test
193187

194188
- name: Package prebuilt cg_clif
195189
# don't use compression as xzip isn't supported by tar on windows and bzip2 hangs

0 commit comments

Comments
 (0)