Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Mar 6, 2024
1 parent 4456376 commit a37d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_examples: ## Run tests for the examples
@mkdir -p $(EXAMPLES_TARGET)
@for dir in $(EXAMPLES_PATHS); do \
echo "Processing $$dir"; \
cargo test --quiet --manifest-path $$dir/Cargo.toml --release -j 12 --target-dir $(EXAMPLES_TARGET) || exit 1; \
cargo test --quiet --manifest-path $$dir/Cargo.toml --release --target-dir $(EXAMPLES_TARGET) || exit 1; \
done

clean: ## Clean all the workspace build files
Expand Down

0 comments on commit a37d921

Please sign in to comment.