File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 8585 # If we move the install here we can use a const.
8686 run : cargo +"$EXTRA_RUST_TOOLCHAINS" fmt --all -- --check
8787
88- - name : " Run clippy on push"
89- if : github.event_name == 'push'
90- run : scripts/run_tests.py --command clippy
91- - name : " Run cargo doc on push"
92- if : github.event_name == 'push'
93- run : scripts/run_tests.py --command doc
94-
9588 - name : " Run taplo"
9689 run : scripts/taplo.sh
9790 - name : Run Machete (detect unused dependencies)
@@ -136,14 +129,6 @@ jobs:
136129 env :
137130 SEED : 0
138131
139- - name : " Run tests on push"
140- if : github.event_name == 'push'
141- # TODO(AdiY/Dori): Better support for running tests on push.
142- run : |
143- scripts/run_tests.py --command test
144- env :
145- SEED : 0
146-
147132 integration-tests-pr :
148133 if : github.event_name == 'pull_request'
149134 uses : ./.github/workflows/integration-tests.yml
You can’t perform that action at this time.
0 commit comments