File tree Expand file tree Collapse file tree 6 files changed +32
-0
lines changed Expand file tree Collapse file tree 6 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 56
56
uses : ./.github/workflows/ci_test_net.yml
57
57
with :
58
58
dafny : ${{needs.getVersion.outputs.version}}
59
+ daily-ci-rust :
60
+ needs : getVersion
61
+ uses : ./.github/workflows/library_rust_tests.yml
62
+ with :
63
+ dafny : ${{needs.getVersion.outputs.version}}
59
64
daily-ci-net-test-vectors :
60
65
needs : getVersion
61
66
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 52
52
with :
53
53
dafny : ${{ inputs.dafny }}
54
54
regenerate-code : ${{ inputs.regenerate-code }}
55
+ manual-ci-rust :
56
+ uses : ./.github/workflows/library_rust_tests.yml
57
+ with :
58
+ dafny : ${{ inputs.dafny }}
59
+ regenerate-code : ${{ inputs.regenerate-code }}
55
60
manual-ci-net-test-vectors :
56
61
uses : ./.github/workflows/ci_test_vector_net.yml
57
62
with :
Original file line number Diff line number Diff line change 67
67
with :
68
68
dafny : ${{needs.getVersion.outputs.version}}
69
69
mpl-head : true
70
+ mpl-head-ci-rust :
71
+ needs : getVersion
72
+ uses : ./.github/workflows/library_rust_tests.yml
73
+ with :
74
+ dafny : ${{needs.getVersion.outputs.version}}
75
+ mpl-head : true
70
76
mpl-head-ci-net-test-vectors :
71
77
needs : getVersion
72
78
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 52
52
with :
53
53
dafny : " nightly-latest"
54
54
regenerate-code : true
55
+ dafny-nightly-rust :
56
+ if : github.event_name != 'schedule' || github.repository_owner == 'aws'
57
+ uses : ./.github/workflows/library_rust_tests.yml
58
+ with :
59
+ dafny : " nightly-latest"
60
+ regenerate-code : true
55
61
dafny-nightly-test-vectors-net :
56
62
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
57
63
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 49
49
uses : ./.github/workflows/ci_test_net.yml
50
50
with :
51
51
dafny : ${{needs.getVersion.outputs.version}}
52
+ pr-ci-rust :
53
+ needs : getVersion
54
+ uses : ./.github/workflows/library_rust_tests.yml
55
+ with :
56
+ dafny : ${{needs.getVersion.outputs.version}}
52
57
pr-ci-net-test-vectors :
53
58
needs : getVersion
54
59
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 51
51
uses : ./.github/workflows/ci_test_net.yml
52
52
with :
53
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}}
54
59
pr-ci-net-test-vectors :
55
60
needs : getVersion
56
61
uses : ./.github/workflows/ci_test_vector_net.yml
You can’t perform that action at this time.
0 commit comments