We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea0f83 commit 49fd619Copy full SHA for 49fd619
.github/workflows/daily_ci.yml
@@ -61,6 +61,11 @@ jobs:
61
uses: ./.github/workflows/library_rust_tests.yml
62
with:
63
dafny: ${{needs.getVersion.outputs.version}}
64
+ daily-ci-go:
65
+ needs: getVersion
66
+ uses: ./.github/workflows/ci_test_go.yml
67
+ with:
68
+ dafny: ${{needs.getVersion.outputs.version}}
69
daily-ci-net-test-vectors:
70
needs: getVersion
71
uses: ./.github/workflows/ci_test_vector_net.yml
0 commit comments