We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb031a8 commit 2132f95Copy full SHA for 2132f95
justfile
@@ -129,6 +129,10 @@ list-c-plugins:
129
test: build-repl-logic-guest build-plugins prepare-fixtures
130
cargo test
131
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
+
136
# Run the e2e tests for the pluginlab
137
test-e2e-pluginlab: build-repl-logic-guest build-plugins prepare-fixtures
138
cargo test -p pluginlab
0 commit comments