Remove extra rake call
Some checks failed
Ruby CI / test (pull_request) Failing after 2s

This commit is contained in:
Andrew Tomaka 2024-03-20 18:57:26 -04:00
parent 97728e4cff
commit ce376c3a50
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -14,8 +14,6 @@ jobs:
ruby-version: 3.2.0
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake
- name: autoload
run: bin/rails zeitwerk:check
- name: lint