Explicitly use bash (for Windows)

This commit is contained in:
Claudio Bley 2022-04-25 22:52:49 +02:00
parent 6d8e229cb3
commit 8c73bd074c

View file

@ -37,7 +37,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Run checks
run: test/run
run: bash test/run
publish:
needs: test