mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
leave rust builds enabled, but disable rust testing
This commit is contained in:
parent
7539532b0e
commit
90cd14cad2
@ -24,7 +24,7 @@ steps:
|
||||
- cd ../rust
|
||||
- rustc --version
|
||||
- cargo build
|
||||
- cargo t_all
|
||||
#- cargo t_all
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
2
.github/workflows/macos_test.yml
vendored
2
.github/workflows/macos_test.yml
vendored
@ -75,4 +75,4 @@ jobs:
|
||||
cd rust
|
||||
rustc --version
|
||||
cargo build
|
||||
cargo t_all
|
||||
#cargo t_all
|
||||
|
2
.github/workflows/ubuntu_test.yml
vendored
2
.github/workflows/ubuntu_test.yml
vendored
@ -87,4 +87,4 @@ jobs:
|
||||
cd rust
|
||||
rustc --version
|
||||
cargo build
|
||||
cargo t_all
|
||||
#cargo t_all
|
||||
|
2
.github/workflows/windows_test.yml
vendored
2
.github/workflows/windows_test.yml
vendored
@ -91,4 +91,4 @@ jobs:
|
||||
cd rust
|
||||
rustc --version
|
||||
cargo build
|
||||
cargo t_all
|
||||
#cargo t_all
|
||||
|
Loading…
x
Reference in New Issue
Block a user