Skip to content

Commit a7819da

Browse files
Trottrvagg
authored andcommitted
Revert "build: run lint before tests"
This reverts commit d9f7a59. Changes here probably need wider discussion so revert the change until that can happen. PR-URL: #5602 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 4d6fe30 commit a7819da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ v8:
112112
$(MAKE) -C deps/v8 $(V8_ARCH) $(V8_BUILD_OPTIONS)
113113

114114
test: | cctest # Depends on 'all'.
115+
$(PYTHON) tools/test.py --mode=release message parallel sequential -J
115116
$(MAKE) jslint
116117
$(MAKE) cpplint
117-
$(PYTHON) tools/test.py --mode=release message parallel sequential -J
118118

119119
test-parallel: all
120120
$(PYTHON) tools/test.py --mode=release parallel -J

0 commit comments

Comments
 (0)