about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d181bd1604e..e381f7e6ada 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -183,13 +183,7 @@ jobs:
       run: ./y.exe build --sysroot none
 
     - name: Test
-      run: |
-        # WIP Disable some tests
-
-        # This fails with a different output than expected
-        (Get-Content config.txt) -replace '(test.regex-shootout-regex-dna)', '# $1' |  Out-File config.txt
-
-        ./y.exe test
+      run: ./y.exe test
 
     - name: Package prebuilt cg_clif
       # don't use compression as xzip isn't supported by tar on windows and bzip2 hangs