summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-08 21:14:19 +0900
committerGitHub <[email protected]>2021-01-08 21:14:19 +0900
commit6587269af8800831f2175ae04ca738328b9b1308 (patch)
tree3388c53575e1e772ac142d0c746464763ed71963 /appveyor.yml
parenta0c1e075e35c358d21934c28ff1bec4153502409 (diff)
parent3a8d7bdf82dddb8d5e54330503d9ed11b4f68ad0 (diff)
downloadmruby-6587269af8800831f2175ae04ca738328b9b1308.tar.gz
mruby-6587269af8800831f2175ae04ca738328b9b1308.zip
Merge pull request #5267 from shuujii/delay-test-code-build-until-rake-test
Delay test code build until `rake test`
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 227d7898e..9803bfa8d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,5 +41,5 @@ init:
build_script:
- set MRUBY_CONFIG=ci/msvc
- - rake -m
- - rake test
+ - rake -m test:build
+ - rake test:run