Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
strategy:
matrix:
ruby:
- '3.0.2'
- '3.0.6'
- '3.1.4'
- '3.2.2'

steps:
- uses: actions/checkout@v3
Expand All @@ -23,5 +25,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
- name: Run all tests
run: bundle exec rake
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
clai!
Expand Down
4 changes: 0 additions & 4 deletions test/test_clai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ class TestClai < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::CLAI::VERSION
end

def test_it_does_something_useful
assert false
end
end