From 484cb13317921c78468dc3f9c16a0fc786b119c0 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 18 Mar 2019 13:03:52 +0100 Subject: Separate non-documentation tests from the code --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index dc0e5e8..4e0072e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -61,5 +61,6 @@ test_script: - 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 :memory -b unittest --arch=%Darch% --compiler=%DC% + - dub test :middle -b unittest --arch=%Darch% --compiler=%DC% + - dub test :test -b unittest --arch=%Darch% --compiler=%DC% - dub test -b unittest --arch=%Darch% --compiler=%DC% -- cgit v1.2.3