leave rust builds enabled, but disable rust testing

This commit is contained in:
nick black 2021-08-17 19:12:45 -04:00
parent 7539532b0e
commit 90cd14cad2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ steps:
- cd ../rust
- rustc --version
- cargo build
- cargo t_all
#- cargo t_all
---
kind: pipeline
type: docker

View File

@ -75,4 +75,4 @@ jobs:
cd rust
rustc --version
cargo build
cargo t_all
#cargo t_all

View File

@ -87,4 +87,4 @@ jobs:
cd rust
rustc --version
cargo build
cargo t_all
#cargo t_all

View File

@ -91,4 +91,4 @@ jobs:
cd rust
rustc --version
cargo build
cargo t_all
#cargo t_all