Use proper Rust target for test job on CI
This commit is contained in:
parent
27e71e9dae
commit
a6104eef30
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ public-send-test:
|
|||
- build-x86_64-linux-musl
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
RUST_TARGET: x86_64-unknown-linux-musl
|
||||
before_script: []
|
||||
script:
|
||||
# Generate random file, upload/download and assert equality
|
||||
|
|
Loading…
Add table
Reference in a new issue