diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 14:17:27 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 19:06:00 -0600 |
commit | d6aceb1277606fe1f1688d40ee0895d0b89c6705 (patch) | |
tree | d4b9949346a6353ca49da0b4074ec355ab293380 /appveyor.yml | |
parent | 6e4b639a3e1e6cf2f0dfdc78f6114e8e9b3b455b (diff) | |
download | wix-d6aceb1277606fe1f1688d40ee0895d0b89c6705.tar.gz wix-d6aceb1277606fe1f1688d40ee0895d0b89c6705.tar.bz2 wix-d6aceb1277606fe1f1688d40ee0895d0b89c6705.zip |
Run unit tests in the build script.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7c686b04..e4d25586 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -21,6 +21,8 @@ environment: | |||
21 | build_script: | 21 | build_script: |
22 | - appveyor.cmd | 22 | - appveyor.cmd |
23 | 23 | ||
24 | test: off | ||
25 | |||
24 | pull_requests: | 26 | pull_requests: |
25 | do_not_increment_build_number: true | 27 | do_not_increment_build_number: true |
26 | 28 | ||