| commit | ce34dc39a07661df751a0a5792aed28bf47dbcac | [log] [tgz] |
|---|---|---|
| author | Yann Collet <[email protected]> | Thu Dec 17 07:53:13 2020 |
| committer | Yann Collet <[email protected]> | Thu Dec 17 07:53:13 2020 |
| tree | 14214e4d64b4e7cfe9aa0639072cc949ab0c35fc | |
| parent | 0b39531d7505ae69bd9a8fbeecad7c6b50460908 [diff] |
removed incorrect test
diff --git a/appveyor.yml b/appveyor.yml index d608f1a..0e87255 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -14,7 +14,7 @@ - COMPILER: "gcc" HOST: "mingw" PLATFORM: "x64" - SCRIPT: "make allzstd MOREFLAGS=-static && make -C tests fullbench-lib" + SCRIPT: "make allzstd MOREFLAGS=-static" ARTIFACT: "true" BUILD: "true" - COMPILER: "gcc"