build: restore running tests on Travis · nodejs/node@509ad40 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 509ad40
authored and
committed
build: restore running tests on Travis
Restore running tests on Travis once the ccache is populated. PR-URL: #26720Reviewed-By: Anna Henningsen anna@addaleax.net Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Michaël Zasso targos@protonmail.com Reviewed-By: Refael Ackermann refack@gmail.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -31,4 +31,4 @@ matrix: | ||
31 | 31 | - ./configure |
32 | 32 | - make -j2 V= |
33 | 33 | script: |
34 | - - # PARALLEL_ARGS='--flaky-tests=skip' make -j1 test | |
34 | + - PARALLEL_ARGS='--flaky-tests=skip' make -j1 test |