Skip to content

Commit f61840c

Browse files
committed
Add external tests.
1 parent 1222937 commit f61840c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test-external.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30-
- uses: ruby/setup-ruby@v1
30+
- uses: ruby/setup-ruby-pkgs@v1
3131
with:
3232
ruby-version: ${{matrix.ruby}}
3333
bundler-cache: true
34+
apt-get: ragel
35+
brew: ragel
3436

3537
- name: Run tests
3638
timeout-minutes: 10

config/external.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
falcon:
22
url: https://github.com/socketry/falcon
33
command: bundle exec bake test
4+
puma:
5+
url: https://github.com/puma/puma
6+
command: bundle exec rake compile; test/runner -v test_puma_localhost_authority.rb

0 commit comments

Comments
 (0)