diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-13 16:14:29 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-13 16:14:29 -0700 |
commit | 4c5f8cfd0c553b8169b6b18c0200d7b1c6b521ba (patch) | |
tree | 1b2b8041db2be899f1a67ec48da8bbbff2b0d0c7 /appveyor.yml | |
parent | 6e8cb658c34688a77aeb8a3d7fbfc6ae3eaa9330 (diff) | |
download | Nim-4c5f8cfd0c553b8169b6b18c0200d7b1c6b521ba.tar.gz |
use tester directly
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 98a35d73f..11f6c5854 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,4 +32,5 @@ before_test: - nimble install zip test_script: - - koch test --pedantic all + - nim c --taintMode:on tests/testament/tester + - tests/testament/tester --pedantic all |