Remove unnecessary TARGET env variable

unknown-linux-gnu is the default for ubuntu, we don't need to
specify this.
pull/380/head
Thomas Eizinger 3 years ago
parent 1d3c780912
commit 453b8e3ae7
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -101,8 +101,6 @@ jobs:
run: cargo test --package swap --lib --all-features
docker_tests:
env:
TARGET: x86_64-unknown-linux-gnu
strategy:
matrix:
test_name: [

Loading…
Cancel
Save