diff --git a/.travis.yml b/.travis.yml index 69b233f44b..515e07b3d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - raco test -l tests/net/encoders - raco test -l tests/openssl/basic - raco test -l tests/openssl/https -- raco test -l tests/match/plt-match-tests +- raco test -l tests/match/main - raco test -l tests/zo-path - raco test -l tests/xml/test - raco test -l tests/db/all-tests diff --git a/appveyor.yml b/appveyor.yml index 06073a1ea8..d60c45daf4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ test_script: - racket\raco.exe test -l tests/net/encoders - racket\raco.exe test -l tests/openssl/basic - racket\raco.exe test -l tests/openssl/https -- racket\raco.exe test -l tests/match/plt-match-tests +- racket\raco.exe test -l tests/match/main - racket\raco.exe test -l tests/zo-path - racket\raco.exe test -l tests/xml/test