diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 61eea5c..fd4db00 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,4 +58,7 @@ test_script: - 'dub --version' - '%DC% --version' - dub test :meta -b unittest --arch=%Darch% --compiler=%DC% + - dub test :sys -b unittest --arch=%Darch% --compiler=%DC% + - dub test :os -b unittest --arch=%Darch% --compiler=%DC% + - dub test :encoding -b unittest --arch=%Darch% --compiler=%DC% - dub test -b unittest --arch=%Darch% --compiler=%DC% |
