Merge pull request #2352 from cfallin/x64-ci-lock

x64 new-backend CI: use `Cargo.lock` in build.
This commit is contained in:
Chris Fallin
2020-11-02 11:59:06 -08:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
CARGO_VERSION=${CARGO_VERSION:-"+nightly"} CARGO_VERSION=${CARGO_VERSION:-"+nightly"}
cargo $CARGO_VERSION \ cargo $CARGO_VERSION \
--locked \
-Zfeatures=all -Zpackage-features \ -Zfeatures=all -Zpackage-features \
test \ test \
--features test-programs/test_programs \ --features test-programs/test_programs \