From 6d6abfa08cef5cb26765093b4c91b56172d3064a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Wed, 1 May 2024 11:18:50 -0400 Subject: [PATCH] Remove "spec tests" from github workflow The same tests are ran by the action "Run tests". --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cad69db..39fd853 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,8 +49,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - name: spec tests - run: bundle exec rake features - name: Verify gem builds run: gem build --strict --verbose *.gemspec - name: Run tests