From 4818685c39851caca59d1b0e8271255d8a4316ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sun, 17 Feb 2019 18:12:41 +0100 Subject: [PATCH] AppVeyor: add test-reproducibility --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 637f9446d..acbae6a59 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,7 +29,7 @@ build_script: test_script: - build\nimbus.exe --help - - mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 test + - mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 test test-reproducibility deploy: off