Allow more than two concurrent tests

There is no reason to limit this, all the docker tests are outside
of the lib.
This commit is contained in:
Thomas Eizinger 2021-03-24 16:02:57 +11:00
parent 8767af8dd3
commit 1d3c780912
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

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