Allow more than two concurrent tests

There is no reason to limit this, all the docker tests are outside
of the lib.
pull/380/head
Thomas Eizinger 3 years ago
parent 8767af8dd3
commit 1d3c780912
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -80,8 +80,6 @@ jobs:
path: target/${{ matrix.target }}/debug/asb
test:
env:
RUST_TEST_TASKS: 2
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]

Loading…
Cancel
Save