From c30cec474d1e9e9e65f317abf44f143f2326336d Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 18 Apr 2026 19:52:01 -0300 Subject: [PATCH] CI: Use 8 parallel jobs for faster builds (10GB RAM available) --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0cf9dca5..8f498f79 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [build] -jobs = 1 +jobs = 8 [target.x86_64-unknown-linux-gnu] linker = "clang"