Skip to content

Commit 53b6b76

Browse files
committed
Fix workflow
1 parent 52e8b24 commit 53b6b76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
env:
2020
TEST_ARGS: -coverprofile coverage.out -covermode atomic
2121
TEST_GEM_DIR: ruby/testdata/example/
22-
GO_GEM_DIR: gem/
2322

2423
jobs:
2524
test:
@@ -179,8 +178,7 @@ jobs:
179178
ruby-version: ${{ matrix.ruby }}
180179
bundler-cache: true
181180

182-
- run: bundle exec rspec
183-
working-directory: ${{ env.GO_GEM_DIR }}
181+
- run: bundle exec rake go_gem:test
184182

185183
- name: Slack Notification (not success)
186184
uses: act10ns/slack@v2

0 commit comments

Comments
 (0)