diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 18:24:58 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:03 +0900 |
| commit | 2c1d209fd5514979d03382efd88189460c1de119 (patch) | |
| tree | 7caaff1d043c6c6b7179490d1f0298994caa793c /.github/workflows | |
| parent | 5a3e014e4914dbd6421dbbd81e889cd6952e924b (diff) | |
| download | mruby-2c1d209fd5514979d03382efd88189460c1de119.tar.gz mruby-2c1d209fd5514979d03382efd88189460c1de119.zip | |
Remove `rake -v` option from GitHub Actions.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59cf5791e..8bfbe0e8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: MRUBY_TARGET: travis - name: test shell: cmd - run: C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -E 'STDOUT.sync=true' test + run: C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -m -j4 -v -E 'STDOUT.sync=true' test env: MRUBY_TARGET: travis @@ -111,7 +111,7 @@ jobs: shell: cmd run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - rake -E "STDOUT.sync=true" -m -j4 -v test + rake -E "STDOUT.sync=true" -m -j4 test env: MRUBY_TARGET: appveyor # TODO(take-cheeze): Re-enable /O2 |
