Skip to content

Commit 99959b0

Browse files
committed
Falcon now uses sus.
1 parent b6e4c52 commit 99959b0

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
- "3.1"
2626
- "3.2"
2727

28-
gemfile:
29-
- gems.rb
30-
- gems/async-v1.rb
31-
- gems/async-head.rb
32-
3328
experimental: [false]
3429

3530
include:
@@ -43,10 +38,7 @@ jobs:
4338
ruby: head
4439
experimental: true
4540

46-
env:
47-
BUNDLE_GEMFILE: ${{matrix.gemfile}}
48-
49-
steps:
41+
steps:
5042
- uses: actions/checkout@v3
5143
- uses: ruby/setup-ruby@v1
5244
with:

config/external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
falcon:
22
url: https://github.com/socketry/falcon.git
3-
command: bundle exec rspec
3+
command: bundle exec bake test
44
async-rest:
55
url: https://github.com/socketry/async-rest.git
66
command: bundle exec rspec

0 commit comments

Comments
 (0)