diff options
| author | Rory OConnell <[email protected]> | 2020-07-05 21:12:04 -0700 |
|---|---|---|
| committer | Rory OConnell <[email protected]> | 2020-07-05 21:12:04 -0700 |
| commit | b3dace6ae3d28417bf7061a560671734a5568de5 (patch) | |
| tree | 5ee5dfe518a384eaac7280ee389dfa3493137f9b /.github | |
| parent | 4d393d5d09f73064fed931f2cbb2347fb03373d1 (diff) | |
| download | mruby-b3dace6ae3d28417bf7061a560671734a5568de5.tar.gz mruby-b3dace6ae3d28417bf7061a560671734a5568de5.zip | |
use verbose test output. use correct config file this time
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e990dc85..8f6f73c61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: build run: rake -m -j4 all - name: test - run: rake test + run: rake test -v env: MRUBY_CONFIG: travis_config.rb @@ -25,7 +25,7 @@ jobs: - name: build run: rake -m -j4 all - name: test - run: rake test + run: rake test -v env: MRUBY_CONFIG: travis_config.rb CC: gcc @@ -40,7 +40,7 @@ jobs: - name: build run: rake -m -j4 all - name: test - run: rake test + run: rake test -v env: MRUBY_CONFIG: travis_config.rb CC: clang @@ -55,7 +55,7 @@ jobs: - name: build run: rake -m -j4 all - name: test - run: rake test + run: rake test -v env: MRUBY_CONFIG: travis_config.rb @@ -99,4 +99,4 @@ jobs: shell: cmd run: C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -E 'STDOUT.sync=true' test env: - MRUBY_CONFIG: appveyor_config.rb + MRUBY_CONFIG: travis_config.rb |
