Skip to content

Commit

Permalink
ci: consistently separate compile and test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 15, 2024
1 parent ddf5608 commit 3012ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
ruby-version: "3.3"
bundler-cache: true
apt-get: libsqlite3-dev
- run: bundle exec rake compile test -- --enable-system-libraries
- run: bundle exec rake compile -- --enable-system-libraries
- run: bundle exec rake test

test:
needs: basic
Expand Down

0 comments on commit 3012ba7

Please sign in to comment.