Skip to content

Commit ce6f4ad

Browse files
committed
Only run tests in CI.
1 parent 498de52 commit ce6f4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
ruby-version: ${{ matrix.ruby-version }}
2020
bundler-cache: true
2121
- name: Run Tests
22-
run: RACK_ENV=test bundle exec rake
22+
run: RACK_ENV=test bundle exec rake spec

0 commit comments

Comments
 (0)