Skip to content

Commit 9c5274a

Browse files
committed
Reconfigure for this gem
1 parent d8da9c1 commit 9c5274a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
test:
11-
name: Tests and Lint
11+
name: Run Tests
1212
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
@@ -24,6 +24,4 @@ jobs:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
2626
- name: "Tests"
27-
run: bundle exec rspec --backtrace --fail-fast
28-
- name: "Lint"
29-
run: bundle exec rake standard
27+
run: bundle exec rake test

0 commit comments

Comments
 (0)