Disable some rand tests on MinGW
This commit is contained in:
parent
cd8becbc03
commit
e96badc97f
2 changed files with 47 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -201,9 +201,6 @@ jobs:
|
|||
|
||||
# This fails with a different output than expected
|
||||
(Get-Content config.txt) -replace '(test.regex-shootout-regex-dna)', '# $1' | Out-File config.txt
|
||||
|
||||
# This only fails on x86_64-pc-windows-gnu when run from a windows host
|
||||
(Get-Content config.txt) -replace '(test.rust-random/rand)', '# $1' | Out-File config.txt
|
||||
|
||||
./y.exe test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue