File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 71
71
command : test
72
72
args : --verbose --all
73
73
74
- - name : test.workspace.spec_valuesource
75
- uses : actions-rs/cargo@v1
76
- with :
77
- command : test
78
- args : --verbose --all --no-default-features --features valuesource
79
-
80
- - name : test.workspace.spec_casebycase
81
- uses : actions-rs/cargo@v1
82
- with :
83
- command : test
84
- args : --verbose --all --no-default-features --features casebycase
85
-
86
74
rustfmt :
87
75
name : pipeline.rustfmt
88
76
runs-on : ubuntu-18.04
@@ -118,13 +106,3 @@ jobs:
118
106
with :
119
107
token : ${{ secrets.GITHUB_TOKEN }}
120
108
args : --workspace
121
- - name : check.clippy.spec_valuesource
122
- uses : actions-rs/clippy-check@v1
123
- with :
124
- token : ${{ secrets.GITHUB_TOKEN }}
125
- args : --no-default-features --features valuesource --workspace
126
- - name : check.clippy.spec_casebycase
127
- uses : actions-rs/clippy-check@v1
128
- with :
129
- token : ${{ secrets.GITHUB_TOKEN }}
130
- args : --no-default-features --features casebycase --workspace
You can’t perform that action at this time.
0 commit comments