Skip to content

Commit 104ccf8

Browse files
push CI
1 parent 562e86e commit 104ccf8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/push.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Push CI
55
on:
66
push:
77
branches:
8-
- main
8+
- Golang/reviewed
99

1010
jobs:
1111
getVersion:
@@ -57,6 +57,11 @@ jobs:
5757
uses: ./.github/workflows/library_rust_tests.yml
5858
with:
5959
dafny: ${{needs.getVersion.outputs.version}}
60+
pr-ci-go:
61+
needs: getVersion
62+
uses: ./.github/workflows/ci_test_go.yml
63+
with:
64+
dafny: ${{needs.getVersion.outputs.version}}
6065
pr-ci-net-test-vectors:
6166
needs: getVersion
6267
uses: ./.github/workflows/ci_test_vector_net.yml

0 commit comments

Comments
 (0)