Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 72fad13

Browse files
author
Andronik Ordian
committed
ci: remove --locked on test
1 parent 8b88bf1 commit 72fad13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test-linux-stable: &test
6666
RUSTFLAGS: -Cdebug-assertions=y
6767
TARGET: native
6868
script:
69-
- time cargo test --all --release --verbose --locked
69+
- time cargo test --all --release --verbose
7070
- sccache -s
7171

7272

0 commit comments

Comments
 (0)