From 2c930d43332bd8a949fc9b97e3b7f213be3d0b80 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 10 Nov 2023 23:17:37 -0700 Subject: [PATCH] maybe specifying only 1 test job at a time will keep it from running out of memory --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ae267b5..fd5f76f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - name: target-cache path: /drone/src/target commands: - - cargo test + - cargo test --jobs 1 volumes: - name: cache