Skip to content

Commit a6bef85

Browse files
committed
(build) Switch to run integration tests
This is a temporary measure, just to see if it now runs correctly on CI platform.
1 parent 104ed2f commit a6bef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image: Visual Studio 2019
88
# Build Script #
99
#---------------------------------#
1010
build_script:
11-
- ps: .\build.ps1 -Target ContinuousIntegration
11+
- ps: .\build.ps1 -Target Run-Integration-Tests
1212

1313
#---------------------------------#
1414
# Tests

0 commit comments

Comments
 (0)