|
5 | 5 | push:
|
6 | 6 | branches:
|
7 | 7 | - main
|
| 8 | + - Golang/* |
8 | 9 |
|
9 | 10 | jobs:
|
10 | 11 | getVersion:
|
11 | 12 | uses: ./.github/workflows/dafny_version.yml
|
12 | 13 | getVerifyVersion:
|
13 | 14 | uses: ./.github/workflows/dafny_verify_version.yml
|
14 |
| - push-ci-format: |
| 15 | + # push-ci-format: |
| 16 | + # needs: getVersion |
| 17 | + # uses: ./.github/workflows/library_format.yml |
| 18 | + # with: |
| 19 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 20 | + # push-ci-codegen: |
| 21 | + # needs: getVersion |
| 22 | + # uses: ./.github/workflows/ci_codegen.yml |
| 23 | + # with: |
| 24 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 25 | + # push-ci-verification: |
| 26 | + # needs: getVerifyVersion |
| 27 | + # uses: ./.github/workflows/library_dafny_verification.yml |
| 28 | + # with: |
| 29 | + # dafny: ${{needs.getVerifyVersion.outputs.version}} |
| 30 | + # push-ci-test-vector-verification: |
| 31 | + # needs: getVerifyVersion |
| 32 | + # uses: ./.github/workflows/test_vector_verification.yml |
| 33 | + # with: |
| 34 | + # dafny: ${{needs.getVerifyVersion.outputs.version}} |
| 35 | + # pr-ci-java: |
| 36 | + # needs: getVersion |
| 37 | + # uses: ./.github/workflows/ci_test_java.yml |
| 38 | + # with: |
| 39 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 40 | + # pr-ci-java-test-vectors: |
| 41 | + # needs: getVersion |
| 42 | + # uses: ./.github/workflows/ci_test_vector_java.yml |
| 43 | + # with: |
| 44 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 45 | + # pr-ci-java-examples: |
| 46 | + # needs: getVersion |
| 47 | + # uses: ./.github/workflows/ci_examples_java.yml |
| 48 | + # with: |
| 49 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 50 | + # pr-ci-net: |
| 51 | + # needs: getVersion |
| 52 | + # uses: ./.github/workflows/ci_test_net.yml |
| 53 | + # with: |
| 54 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 55 | + # pr-ci-rust: |
| 56 | + # needs: getVersion |
| 57 | + # uses: ./.github/workflows/library_rust_tests.yml |
| 58 | + # with: |
| 59 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 60 | + pr-ci-go: |
15 | 61 | needs: getVersion
|
16 |
| - uses: ./.github/workflows/library_format.yml |
17 |
| - with: |
18 |
| - dafny: ${{needs.getVersion.outputs.version}} |
19 |
| - push-ci-codegen: |
20 |
| - needs: getVersion |
21 |
| - uses: ./.github/workflows/ci_codegen.yml |
22 |
| - with: |
23 |
| - dafny: ${{needs.getVersion.outputs.version}} |
24 |
| - push-ci-verification: |
25 |
| - needs: getVerifyVersion |
26 |
| - uses: ./.github/workflows/library_dafny_verification.yml |
27 |
| - with: |
28 |
| - dafny: ${{needs.getVerifyVersion.outputs.version}} |
29 |
| - push-ci-test-vector-verification: |
30 |
| - needs: getVerifyVersion |
31 |
| - uses: ./.github/workflows/test_vector_verification.yml |
32 |
| - with: |
33 |
| - dafny: ${{needs.getVerifyVersion.outputs.version}} |
34 |
| - pr-ci-java: |
35 |
| - needs: getVersion |
36 |
| - uses: ./.github/workflows/ci_test_java.yml |
37 |
| - with: |
38 |
| - dafny: ${{needs.getVersion.outputs.version}} |
39 |
| - pr-ci-java-test-vectors: |
40 |
| - needs: getVersion |
41 |
| - uses: ./.github/workflows/ci_test_vector_java.yml |
42 |
| - with: |
43 |
| - dafny: ${{needs.getVersion.outputs.version}} |
44 |
| - pr-ci-java-examples: |
45 |
| - needs: getVersion |
46 |
| - uses: ./.github/workflows/ci_examples_java.yml |
47 |
| - with: |
48 |
| - dafny: ${{needs.getVersion.outputs.version}} |
49 |
| - pr-ci-net: |
50 |
| - needs: getVersion |
51 |
| - uses: ./.github/workflows/ci_test_net.yml |
52 |
| - with: |
53 |
| - dafny: ${{needs.getVersion.outputs.version}} |
54 |
| - pr-ci-rust: |
55 |
| - needs: getVersion |
56 |
| - uses: ./.github/workflows/library_rust_tests.yml |
57 |
| - with: |
58 |
| - dafny: ${{needs.getVersion.outputs.version}} |
59 |
| - pr-ci-net-test-vectors: |
60 |
| - needs: getVersion |
61 |
| - uses: ./.github/workflows/ci_test_vector_net.yml |
62 |
| - with: |
63 |
| - dafny: ${{needs.getVersion.outputs.version}} |
64 |
| - pr-ci-net-examples: |
65 |
| - needs: getVersion |
66 |
| - uses: ./.github/workflows/ci_examples_net.yml |
| 62 | + uses: ./.github/workflows/ci_test_go.yml |
67 | 63 | with:
|
68 | 64 | dafny: ${{needs.getVersion.outputs.version}}
|
| 65 | + # pr-ci-net-test-vectors: |
| 66 | + # needs: getVersion |
| 67 | + # uses: ./.github/workflows/ci_test_vector_net.yml |
| 68 | + # with: |
| 69 | + # dafny: ${{needs.getVersion.outputs.version}} |
| 70 | + # pr-ci-net-examples: |
| 71 | + # needs: getVersion |
| 72 | + # uses: ./.github/workflows/ci_examples_net.yml |
| 73 | + # with: |
| 74 | + # dafny: ${{needs.getVersion.outputs.version}} |
0 commit comments