about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-12-15 17:30:18 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-12-15 17:49:37 +0000
commit280fb2935b2bc4f4eb56671d21d7bc2b36faa81e (patch)
tree420e3269e647077b5089e4d272dbbd830699fc87
parent1ca07b9a44a6de9c769a66ed98a5b165a42aee15 (diff)
downloadrust-280fb2935b2bc4f4eb56671d21d7bc2b36faa81e.tar.gz
rust-280fb2935b2bc4f4eb56671d21d7bc2b36faa81e.zip
Start running regex-shootout-regex-dna on Windows again
-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