Skip to content

Commit 2132f95

Browse files
committed
chore(justfile): add test-mono - run tests without parallelism
1 parent bb031a8 commit 2132f95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ list-c-plugins:
129129
test: build-repl-logic-guest build-plugins prepare-fixtures
130130
cargo test
131131

132+
# Run the tests for the pluginlab with no parallelism
133+
test-mono: build-repl-logic-guest build-plugins prepare-fixtures
134+
cargo test --jobs 1
135+
132136
# Run the e2e tests for the pluginlab
133137
test-e2e-pluginlab: build-repl-logic-guest build-plugins prepare-fixtures
134138
cargo test -p pluginlab

0 commit comments

Comments
 (0)