diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-08 21:14:19 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-08 21:14:19 +0900 |
| commit | 6587269af8800831f2175ae04ca738328b9b1308 (patch) | |
| tree | 3388c53575e1e772ac142d0c746464763ed71963 /appveyor.yml | |
| parent | a0c1e075e35c358d21934c28ff1bec4153502409 (diff) | |
| parent | 3a8d7bdf82dddb8d5e54330503d9ed11b4f68ad0 (diff) | |
| download | mruby-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.yml | 4 |
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 |
