mirror of
https://github.com/nushell/nushell
synced 2025-01-15 14:44:14 +00:00
[Gitpod] Don't test removed feature 'test-bins' (#2948)
Fixes nushell/nushell#2947
This commit is contained in:
parent
088e662285
commit
d744cf8437
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ tasks:
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
init: cargo clippy --all --features=stable -- -D clippy::result_unwrap_used -D clippy::option_unwrap_used
|
init: cargo clippy --all --features=stable -- -D clippy::result_unwrap_used -D clippy::option_unwrap_used
|
||||||
- name: Testing
|
- name: Testing
|
||||||
init: cargo test --all --features=stable,test-bins
|
init: cargo test --all --features=stable
|
||||||
- name: Build
|
- name: Build
|
||||||
init: cargo build --features=stable
|
init: cargo build --features=stable
|
||||||
- name: Nu
|
- name: Nu
|
||||||
|
|
Loading…
Reference in a new issue