From 99959b0a5022b824b5f1abf7e7358b611f18cf03 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 11 Sep 2023 17:37:15 +1200 Subject: [PATCH] Falcon now uses sus. --- .github/workflows/test.yaml | 10 +--------- config/external.yaml | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a29cab0f..942ede73 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,11 +25,6 @@ jobs: - "3.1" - "3.2" - gemfile: - - gems.rb - - gems/async-v1.rb - - gems/async-head.rb - experimental: [false] include: @@ -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: diff --git a/config/external.yaml b/config/external.yaml index 663e3e16..d94b9192 100644 --- a/config/external.yaml +++ b/config/external.yaml @@ -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