Skip to content

Commit

Permalink
Falcon now uses sus.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 11, 2023
1 parent bd10e02 commit 7951aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- "3.1"
- "3.2"

gemfile:
- gems.rb
- gems/async-v1.rb
- gems/async-head.rb

experimental: [false]

include:
Expand All @@ -43,10 +38,7 @@ jobs:
ruby: head
experimental: true

env:
BUNDLE_GEMFILE: ${{matrix.gemfile}}

steps:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion config/external.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
falcon:
url: https://github.com/socketry/falcon.git
command: bundle exec rspec
command: bundle exec bake test
async-rest:
url: https://github.com/socketry/async-rest.git
command: bundle exec rspec
Expand Down

0 comments on commit 7951aaa

Please sign in to comment.