We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cdaf0 commit e74ba69Copy full SHA for e74ba69
1 file changed
.github/workflows/test.yml
@@ -36,12 +36,10 @@ jobs:
36
bundler-cache: true
37
38
- name: Debug - run fib benchmark directly
39
- run: ruby -I harness benchmarks/fib.rb
40
- continue-on-error: true
+ run: bundle exec ruby -I harness benchmarks/fib.rb
41
42
- name: Run CLI integration tests in isolation
43
run: bundle exec ruby -Ilib:test test/benchmark_runner_cli_test.rb --verbose --name "/parses ARGV/"
44
45
46
- name: Run tests
47
run: bundle exec rake test --trace
0 commit comments