From 9be5e475a2039193cd6ba65351dc17e1707f67da Mon Sep 17 00:00:00 2001 From: IAPark Date: Mon, 27 Mar 2023 20:53:47 -0700 Subject: [PATCH] Use rake build rather than compile in ci Running build should expose the issue seen in #1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87de364..40e7db6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: bundle exec rake compile + - run: bundle exec rake build - run: bundle exec rake spec lint: strategy: