Skip to content

Commit f084da2

Browse files
committed
[Go] Generate Jar for Golang build.
1 parent 658fcbd commit f084da2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,5 +416,7 @@ jobs:
416416
with:
417417
distribution: 'zulu'
418418
java-version: 17
419-
- name: Test
419+
- name: Generate jar
420+
run: ./gradlew assemble
421+
- name: Run tests
420422
run: cd gocode && make

0 commit comments

Comments
 (0)