mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 08:21:32 +00:00
use tester directly
This commit is contained in:
@@ -26,4 +26,5 @@ script:
|
||||
- nimble install zip
|
||||
- nimble install opengl
|
||||
- nimble install sdl1
|
||||
- ./koch test --pedantic all
|
||||
- nim c --taintMode:on tests/testament/tester
|
||||
- tests/testament/tester --pedantic all
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user