Turn tests off in appveyor.yml since they're run in appveyor.cmd
Sean Hall committed
Jun 23, 2020 at 23:21 UTC
7a279bd94b5c4435aeddd9851d823b9891b50799
1 file changed
+2
appveyor.yml
+2
@@ -21,6 +21,8 @@ environment:
21
build_script:
22
- appveyor.cmd
23
24
+test: off
25
+
26
pull_requests:
27
do_not_increment_build_number: true
28