File tree Expand file tree Collapse file tree 11 files changed +611
-64
lines changed Expand file tree Collapse file tree 11 files changed +611
-64
lines changed Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
build :
26
- if : false # disabled while we migrate to digest newtypes
27
26
runs-on : ubuntu-latest
28
27
strategy :
29
28
matrix :
49
48
working-directory : ${{ github.workflow }}
50
49
51
50
test :
52
- if : false # disabled while we migrate to digest newtypes
53
51
runs-on : ubuntu-latest
54
52
strategy :
55
53
matrix :
Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
build :
26
- if : false # disabled while we migrate to digest newtypes
27
26
runs-on : ubuntu-latest
28
27
strategy :
29
28
matrix :
54
53
nightly-cmd :
55
54
56
55
test :
57
- if : false # disabled while we migrate to digest newtypes
58
56
runs-on : ubuntu-latest
59
57
strategy :
60
58
matrix :
Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
build :
26
- if : false # disabled while we migrate to digest newtypes
27
26
runs-on : ubuntu-latest
28
27
strategy :
29
28
matrix :
49
48
working-directory : ${{ github.workflow }}
50
49
51
50
test :
52
- if : false # disabled while we migrate to digest newtypes
53
51
runs-on : ubuntu-latest
54
52
strategy :
55
53
matrix :
Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
build :
26
- if : false # disabled while we migrate to digest newtypes
27
26
runs-on : ubuntu-latest
28
27
strategy :
29
28
matrix :
49
48
working-directory : ${{ github.workflow }}
50
49
51
50
test :
52
- if : false # disabled while we migrate to digest newtypes
53
51
runs-on : ubuntu-latest
54
52
strategy :
55
53
matrix :
Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
build :
25
- if : false # disabled while we migrate to digest newtypes
26
25
runs-on : ubuntu-latest
27
26
strategy :
28
27
matrix :
50
49
install-zlint : true
51
50
52
51
test :
53
- if : false # disabled while we migrate to digest newtypes
54
52
runs-on : ubuntu-latest
55
53
strategy :
56
54
matrix :
74
72
- run : cargo test --all-features --release
75
73
76
74
fuzz :
77
- if : false # disabled while we migrate to digest newtypes
78
75
runs-on : ubuntu-latest
79
76
steps :
80
77
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
build :
25
- if : false # disabled while we migrate to digest newtypes
26
25
runs-on : ubuntu-latest
27
26
strategy :
28
27
matrix :
48
47
working-directory : ${{ github.workflow }}
49
48
50
49
test :
51
- if : false # disabled while we migrate to digest newtypes
52
50
runs-on : ubuntu-latest
53
51
strategy :
54
52
matrix :
Original file line number Diff line number Diff line change 25
25
26
26
jobs :
27
27
build :
28
- if : false # disabled while we migrate to digest newtypes
29
28
runs-on : ubuntu-latest
30
29
strategy :
31
30
matrix :
51
50
working-directory : ${{ github.workflow }}
52
51
53
52
test :
54
- if : false # disabled while we migrate to digest newtypes
55
53
runs-on : ubuntu-latest
56
54
strategy :
57
55
matrix :
You can’t perform that action at this time.
0 commit comments