Skip to content

Commit 587b57e

Browse files
author
Shubham Chaturvedi
committed
feat: StandardLibrary for Go
1 parent 94b4fd0 commit 587b57e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pull.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
uses: ./.github/workflows/library_net_tests.yml
3535
with:
3636
dafny: ${{needs.getVersion.outputs.version}}
37+
pr-ci-go:
38+
needs: getVersion
39+
uses: ./.github/workflows/library_go_tests.yml
40+
with:
41+
dafny: ${{needs.getVersion.outputs.version}}
3742
pr-ci-rust:
3843
needs: getVersion
3944
uses: ./.github/workflows/library_rust_tests.yml

0 commit comments

Comments
 (0)