Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7819da

Browse filesBrowse 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 <myles.borins@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 4d6fe30 commit a7819da
Copy full SHA for a7819da

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.