Skip to content

Commit 1eedcc6

Browse files
committed
Remove unnecessary build step from test workflow
This build step became superfluous with the reconfiguration of the integration test task to do the necessary build.
1 parent 7224c03 commit 1eedcc6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
- name: Check for forgotten code generation
6262
run: git diff --color --exit-code
6363

64-
- name: Build
65-
run: task build
66-
6764
- name: Run unit tests
6865
run: task go:test-unit
6966

0 commit comments

Comments
 (0)