From f4ac20a93186c56b22591c7347bdf60356763b0c Mon Sep 17 00:00:00 2001 From: uvlad7 Date: Mon, 30 Oct 2023 01:33:49 +0300 Subject: [PATCH] Run only tests --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a52cafd..b85c6c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: cargo-cache: true rubygems: '3.4.14' - name: Run the default task - run: bundle exec rake + run: bundle exec rake spec cross-gem: name: Compile native gem for ${{ matrix.platform }}