maybe specifying only 1 test job at a time will keep it from running out of memory

This commit is contained in:
jake 2023-11-10 23:17:37 -07:00 committed by andy
parent 03507df187
commit 04e9aa91d8

View File

@ -33,7 +33,7 @@ steps:
- name: target-cache
path: /drone/src/target
commands:
- cargo test
- cargo test --jobs 1
volumes:
- name: cache