fix(ci): fix the multiline syntax of the cargo-tarpaulin command

This commit is contained in:
Orhun Parmaksız 2021-12-22 22:35:24 +03:00
parent dc845c0f4e
commit 4a8de97d5c
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -105,9 +105,9 @@ jobs:
- name: Run tests [live]
- run: |
sudo env "PATH=$PATH" "HOME=$HOME" NO_COLOR=1 \
cargo tarpaulin
--features live-tests
--out Xml --verbose
cargo tarpaulin \
--features live-tests \
--out Xml --verbose \
-- "test_systeroid"
mv cobertura.xml live-test-output.xml