Let's try explicit target?

This commit is contained in:
Alexander Færøy 2020-12-06 16:16:01 +00:00 committed by Nick Mathewson
parent dee4d7bf72
commit 1923c7820f
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ rust-latest:
stage: build
image: rust:latest
script:
- cargo build --verbose
- cargo build --verbose --target x86_64-unknown-linux-gnu
- cargo test --verbose
rust-nightly:
@ -17,5 +17,5 @@ rust-nightly:
image: rustlang/rust:nightly
allow_failure: true
script:
- cargo build --verbose
- cargo build --verbose --target x86_64-unknown-linux-gnu
- cargo test --verbose