mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-23 13:51:08 -05:00
Remove unnecessary TARGET env variable
unknown-linux-gnu is the default for ubuntu, we don't need to specify this.
This commit is contained in:
parent
1d3c780912
commit
453b8e3ae7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user