aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 71b270e..6e0bbc6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,7 +27,7 @@ after_build:
- appveyor.exe PushArtifact "math-server-%PLATFORM%-%CONFIGURATION%.zip"
test_script:
- - '"%install_dir%\bin\test\unit_tests.exe"'
+ - '"%install_dir%\bin\math-server-unit-tests.exe"'
for:
# Only build Release builds for master to speed things up: