maybe specifying only 1 test job at a time will keep it from running out of memory
This commit is contained in:
parent
03507df187
commit
04e9aa91d8
@ -33,7 +33,7 @@ steps:
|
|||||||
- name: target-cache
|
- name: target-cache
|
||||||
path: /drone/src/target
|
path: /drone/src/target
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test --jobs 1
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user