diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 18:24:58 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 18:24:58 +0900 |
| commit | 4e40169ed6d200918e542aa8d8e64634794e1864 (patch) | |
| tree | 6cbd1136982ca6a50e20d29a8f0757cae14755fd | |
| parent | 49f1c0e94d3286bcd4e7342a775bb256374079d6 (diff) | |
| download | mruby-4e40169ed6d200918e542aa8d8e64634794e1864.tar.gz mruby-4e40169ed6d200918e542aa8d8e64634794e1864.zip | |
Remove `rake -v` option from GitHub Actions.
| -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 da213859c..81deb4515 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin' - name: build and test shell: cmd - run: C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -m -j4 -v -E 'STDOUT.sync=true' test + run: C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -m -j4 -E 'STDOUT.sync=true' test env: MRUBY_CONFIG: travis_config.rb @@ -98,7 +98,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_CONFIG: appveyor_config.rb # TODO(take-cheeze): Re-enable /O2 |
