Skip to content

Commit

Permalink
Reconfigure for this gem
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed May 17, 2024
1 parent d8da9c1 commit 9c5274a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
test:
name: Tests and Lint
name: Run Tests
runs-on: ubuntu-22.04
strategy:
matrix:
Expand All @@ -24,6 +24,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: "Tests"
run: bundle exec rspec --backtrace --fail-fast
- name: "Lint"
run: bundle exec rake standard
run: bundle exec rake test

0 comments on commit 9c5274a

Please sign in to comment.