File tree Expand file tree Collapse file tree 14 files changed +86
-620
lines changed Expand file tree Collapse file tree 14 files changed +86
-620
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
26
27
runs-on : ubuntu-latest
27
28
strategy :
28
29
matrix :
48
49
working-directory : ${{ github.workflow }}
49
50
50
51
test :
52
+ if : false # disabled while we migrate to digest newtypes
51
53
runs-on : ubuntu-latest
52
54
strategy :
53
55
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
26
27
runs-on : ubuntu-latest
27
28
strategy :
28
29
matrix :
53
54
nightly-cmd :
54
55
55
56
test :
57
+ if : false # disabled while we migrate to digest newtypes
56
58
runs-on : ubuntu-latest
57
59
strategy :
58
60
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
26
27
runs-on : ubuntu-latest
27
28
strategy :
28
29
matrix :
48
49
working-directory : ${{ github.workflow }}
49
50
50
51
test :
52
+ if : false # disabled while we migrate to digest newtypes
51
53
runs-on : ubuntu-latest
52
54
strategy :
53
55
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
26
27
runs-on : ubuntu-latest
27
28
strategy :
28
29
matrix :
48
49
working-directory : ${{ github.workflow }}
49
50
50
51
test :
52
+ if : false # disabled while we migrate to digest newtypes
51
53
runs-on : ubuntu-latest
52
54
strategy :
53
55
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
25
26
runs-on : ubuntu-latest
26
27
strategy :
27
28
matrix :
49
50
install-zlint : true
50
51
51
52
test :
53
+ if : false # disabled while we migrate to digest newtypes
52
54
runs-on : ubuntu-latest
53
55
strategy :
54
56
matrix :
72
74
- run : cargo test --all-features --release
73
75
74
76
fuzz :
77
+ if : false # disabled while we migrate to digest newtypes
75
78
runs-on : ubuntu-latest
76
79
steps :
77
80
- 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
25
26
runs-on : ubuntu-latest
26
27
strategy :
27
28
matrix :
47
48
working-directory : ${{ github.workflow }}
48
49
49
50
test :
51
+ if : false # disabled while we migrate to digest newtypes
50
52
runs-on : ubuntu-latest
51
53
strategy :
52
54
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
28
29
runs-on : ubuntu-latest
29
30
strategy :
30
31
matrix :
50
51
working-directory : ${{ github.workflow }}
51
52
52
53
test :
54
+ if : false # disabled while we migrate to digest newtypes
53
55
runs-on : ubuntu-latest
54
56
strategy :
55
57
matrix :
You can’t perform that action at this time.
0 commit comments