Skip to content

Commit 71622b0

Browse files
author
Joshua Nelson
committed
Test 1.34 on CI
1 parent e01af09 commit 71622b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ before_script:
2020
- source /opt/yottadb/current/ydb_env_set
2121
- source $HOME/.cargo/env
2222

23+
rust-compat:
24+
stage: build
25+
image: yottadb/yottadb-base:latest-master
26+
script:
27+
- rustup toolchain install 1.34.0
28+
- rustup default 1.34.0
29+
- cargo build --verbose
30+
- cargo test --verbose
31+
2332
rust-latest:
2433
stage: build
2534
image: yottadb/yottadb-base:latest-master

0 commit comments

Comments
 (0)