Skip to content

Commit 2ed0f57

Browse files
committed
Use rake tasks on CI
1 parent 81cbd81 commit 2ed0f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- run: sudo apt-get update
3939
- run: sudo apt-get install -y universal-ctags
4040

41-
- run: bundle exec rspec
42-
- run: bundle exec rubocop
41+
- run: bundle exec rake spec
42+
- run: bundle exec rake rubocop
4343

4444
- name: Slack Notification (not success)
4545
uses: act10ns/slack@v2

0 commit comments

Comments
 (0)