summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 00:31:06 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-12-23 00:31:06 -0500
commit04e05439ecb75614eae36ff6d796585162b40025 (patch)
tree8780b90697d6954174ad0af9e4d1aeadab387eb0 /.github/workflows/ci.yml
parent04d80e37c225fb071dafd6ddb4d26272d3bda76c (diff)
downloaddiff-lcs-04e05439ecb75614eae36ff6d796585162b40025.tar.gz
Prepare for release of 1.5.0
Diffstat (limited to '.github/workflows/ci.yml')
-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 6053d8c..ae2f4f4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -68,4 +68,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache
- name: Run tests
- run: bundle exec ruby -S rake test --trace
+ run: bundle exec ruby -S rake spec --trace