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 40e0397 commit 85ab65dCopy full SHA for 85ab65d
.github/workflows/pull.yml
@@ -54,11 +54,11 @@ jobs:
54
uses: ./.github/workflows/library_rust_tests.yml
55
with:
56
dafny: ${{needs.getVersion.outputs.version}}
57
- pr-ci-go:
58
- needs: getVersion
59
- uses: ./.github/workflows/ci_test_go.yml
60
- with:
61
- dafny: ${{needs.getVersion.outputs.version}}
+ # pr-ci-go:
+ # needs: getVersion
+ # uses: ./.github/workflows/ci_test_go.yml
+ # with:
+ # dafny: ${{needs.getVersion.outputs.version}}
62
pr-ci-net-test-vectors:
63
needs: getVersion
64
uses: ./.github/workflows/ci_test_vector_net.yml
@@ -83,7 +83,7 @@ jobs:
83
- pr-ci-java-examples
84
- pr-ci-net
85
- pr-ci-rust
86
- - pr-ci-go
+ # - pr-ci-go
87
- pr-ci-net-test-vectors
88
- pr-ci-net-examples
89
runs-on: ubuntu-22.04
0 commit comments