We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6275702 commit 1c1f0faCopy full SHA for 1c1f0fa
.github/workflows/test-external.yaml
@@ -33,16 +33,20 @@ jobs:
33
ruby-version: ${{matrix.ruby}}
34
bundler-cache: true
35
36
+ - name: Build extensions
37
+ timeout-minutes: 10
38
+ run: bundle exec bake build
39
+
40
- name: Run tests
41
timeout-minutes: 10
- run: bundle exec bake build test:external
42
+ run: bundle exec bake test:external
43
44
- name: Run tests (worker pool)
45
if: ${{matrix.os == 'ubuntu' && matrix.ruby == 'head'}}
46
env:
47
ASYNC_SCHEDULER_WORKER_POOL: true
48
49
50
51
# - name: Run tests (pure Ruby)
52
# env:
0 commit comments