File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 74
74
run : bash .github/driver.sh
75
75
env :
76
76
OS : ${{ runner.os }}
77
-
78
- - name : Test cargo dev new lint
79
- run : |
80
- cargo dev new_lint --name new_early_pass --pass early
81
- cargo dev new_lint --name new_late_pass --pass late
82
- cargo check
83
- git reset --hard HEAD
Original file line number Diff line number Diff line change @@ -143,13 +143,6 @@ jobs:
143
143
env :
144
144
OS : ${{ runner.os }}
145
145
146
- - name : Test cargo dev new lint
147
- run : |
148
- cargo dev new_lint --name new_early_pass --pass early
149
- cargo dev new_lint --name new_late_pass --pass late
150
- cargo check
151
- git reset --hard HEAD
152
-
153
146
integration_build :
154
147
needs : changelog
155
148
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 36
36
- name : Test fmt
37
37
run : cargo dev fmt --check
38
38
39
+ - name : Test cargo dev new lint
40
+ run : |
41
+ cargo dev new_lint --name new_early_pass --pass early
42
+ cargo dev new_lint --name new_late_pass --pass late
43
+ cargo check
44
+ git reset --hard HEAD
45
+
39
46
# These jobs doesn't actually test anything, but they're only used to tell
40
47
# bors the build completed, as there is no practical way to detect when a
41
48
# workflow is successful listening to webhooks only.
You can’t perform that action at this time.
0 commit comments