use verbose test output. use correct config file this time

This commit is contained in:
Rory OConnell
2020-07-05 21:12:04 -07:00
parent 4d393d5d09
commit b3dace6ae3
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -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
+1 -1
View File
@@ -41,4 +41,4 @@ init:
build_script:
- set MRUBY_CONFIG=appveyor_config.rb
- rake -E "$stdout.sync=true" -m -j4
- rake test
- rake test -v