File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
dafny : ${{ inputs.dafny }}
39
39
regenerate-code : ${{ inputs.regenerate-code }}
40
- # TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
41
- # TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports.
40
+ # TODO-HV-2-Rust: Removing Rust Runtimes until the underlying issue resolved.
42
41
# manual-ci-rust:
43
42
# uses: ./.github/workflows/library_rust_tests.yml
44
43
# with:
@@ -49,11 +48,12 @@ jobs:
49
48
with :
50
49
dafny : ${{ inputs.dafny }}
51
50
regenerate-code : ${{ inputs.regenerate-code }}
52
- manual-ci-go :
53
- uses : ./.github/workflows/library_go_tests.yml
54
- with :
55
- dafny : ${{ inputs.dafny }}
56
- regenerate-code : ${{ inputs.regenerate-code }}
51
+ # TODO-HV-2-Go: Removing Go CI until we rebase or need it
52
+ # manual-ci-go:
53
+ # uses: ./.github/workflows/library_go_tests.yml
54
+ # with:
55
+ # dafny: ${{ inputs.dafny }}
56
+ # regenerate-code: ${{ inputs.regenerate-code }}
57
57
manual-interop-test :
58
58
uses : ./.github/workflows/library_interop_tests.yml
59
59
with :
Original file line number Diff line number Diff line change 39
39
uses : ./.github/workflows/library_net_tests.yml
40
40
with :
41
41
dafny : ${{needs.getVersion.outputs.version}}
42
- # TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
43
- # TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
42
+ # TODO-HV-2-Rust: Removing Rust until we rebase or need it
44
43
# pr-ci-rust:
45
44
# needs: getVersion
46
45
# uses: ./.github/workflows/library_rust_tests.yml
51
50
uses : ./.github/workflows/library_python_tests.yml
52
51
with :
53
52
dafny : ${{needs.getVersion.outputs.version}}
53
+ # TODO-HV-2-Go: Removing Go CI until we rebase or need it
54
54
# pr-ci-go:
55
55
# needs: getVersion
56
56
# uses: ./.github/workflows/library_go_tests.yml
73
73
- pr-ci-java
74
74
- pr-ci-net
75
75
- pr-ci-python
76
+ # TODO-HV-2-Go: Removing Go CI until we rebase or need it
76
77
# - pr-ci-go
78
+ # TODO-HV-2-Rust: Removing Rust until we rebase or need it
77
79
# - pr-ci-rust
78
80
- pr-interop-test
79
81
- pr-ci-examples
Original file line number Diff line number Diff line change 36
36
uses : ./.github/workflows/library_net_tests.yml
37
37
with :
38
38
dafny : ${{needs.getVersion.outputs.version}}
39
- # TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
40
- # TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
39
+ # TODO-HV-2-Rust: Removing Rust until we rebase or need it.
41
40
# push-ci-rust:
42
41
# needs: getVersion
43
42
# uses: ./.github/workflows/library_rust_tests.yml
48
47
uses : ./.github/workflows/library_python_tests.yml
49
48
with :
50
49
dafny : ${{needs.getVersion.outputs.version}}
50
+ # TODO-HV-2-Go: Removing Go CI until we rebase or need it
51
51
# push-ci-go:
52
52
# needs: getVersion
53
53
# uses: ./.github/workflows/library_go_tests.yml
You can’t perform that action at this time.
0 commit comments