summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2020-06-23 11:50:12 -0400
committerAustin Ziegler <austin@zieglers.ca>2020-06-23 11:50:12 -0400
commit4ccda50478a0b68f8ed1aebd310c207e0245466b (patch)
tree2494ca80640a39094314dc2a8212eef727d196b9 /.github
parent5e03ff5343be4299d3785764c00df17b7bfafc37 (diff)
downloaddiff-lcs-4ccda50478a0b68f8ed1aebd310c207e0245466b.tar.gz
Change test runner
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7d953b1..6f539eb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,4 +60,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run tests
- run: bundle exec rake
+ run: bundle exec ruby -S rake