diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 01:26:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 17:26:42 +0200 |
commit | 4c35668d90469c6596057e3e1596d86324a1cc3c (patch) | |
tree | a72412d52e617a6b9b7806ba03ff4e25f18c8641 /tools | |
parent | 977f8137f3131024e6dbdeb695ded1d33a99d650 (diff) |
BREAKING: remove `--jobs` flag (#25336)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index 6ce04a657..ef47180c2 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -225,7 +225,7 @@ async function ensureNoNewITests() { "run_tests.rs": 352, "shared_library_tests.rs": 0, "task_tests.rs": 30, - "test_tests.rs": 77, + "test_tests.rs": 75, "upgrade_tests.rs": 0, "vendor_tests.rs": 1, "watcher_tests.rs": 0, |