We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe44a8 commit 6562bf2Copy full SHA for 6562bf2
.github/workflows/main.yml
@@ -14,7 +14,9 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - '3.0.2'
+ - '3.0.6'
18
+ - '3.1.4'
19
+ - '3.2.2'
20
21
steps:
22
- uses: actions/checkout@v3
@@ -23,5 +25,5 @@ jobs:
23
25
with:
24
26
ruby-version: ${{ matrix.ruby }}
27
bundler-cache: true
- - name: Run the default task
28
+ - name: Run all tests
29
run: bundle exec rake
test/test_clai.rb
@@ -6,8 +6,4 @@ class TestClai < Minitest::Test
6
def test_that_it_has_a_version_number
7
refute_nil ::CLAI::VERSION
8
end
9
-
10
- def test_it_does_something_useful
11
- assert false
12
- end
13
0 commit comments