We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4c52 commit 99959b0Copy full SHA for 99959b0
.github/workflows/test.yaml
@@ -25,11 +25,6 @@ jobs:
25
- "3.1"
26
- "3.2"
27
28
- gemfile:
29
- - gems.rb
30
- - gems/async-v1.rb
31
- - gems/async-head.rb
32
-
33
experimental: [false]
34
35
include:
@@ -43,10 +38,7 @@ jobs:
43
38
ruby: head
44
39
experimental: true
45
40
46
- env:
47
- BUNDLE_GEMFILE: ${{matrix.gemfile}}
48
49
- steps:
41
+ steps:
50
42
- uses: actions/checkout@v3
51
- uses: ruby/setup-ruby@v1
52
with:
config/external.yaml
@@ -1,6 +1,6 @@
1
falcon:
2
url: https://github.com/socketry/falcon.git
3
- command: bundle exec rspec
+ command: bundle exec bake test
4
async-rest:
5
url: https://github.com/socketry/async-rest.git
6
command: bundle exec rspec
0 commit comments