Browse Source

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

pull/141/head
jake 6 months ago
parent
commit
2c930d4333
  1. 2
      .drone.yml

2
.drone.yml

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

Loading…
Cancel
Save