Skip to content

Commit e74ba69

Browse files
committed
Debug
1 parent 39cdaf0 commit e74ba69

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ jobs:
3636
bundler-cache: true
3737

3838
- name: Debug - run fib benchmark directly
39-
run: ruby -I harness benchmarks/fib.rb
40-
continue-on-error: true
39+
run: bundle exec ruby -I harness benchmarks/fib.rb
4140

4241
- name: Run CLI integration tests in isolation
4342
run: bundle exec ruby -Ilib:test test/benchmark_runner_cli_test.rb --verbose --name "/parses ARGV/"
44-
continue-on-error: true
4543

4644
- name: Run tests
4745
run: bundle exec rake test --trace

0 commit comments

Comments
 (0)