mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +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
|
||||
init: cargo clippy --all --features=stable -- -D clippy::result_unwrap_used -D clippy::option_unwrap_used
|
||||
- name: Testing
|
||||
init: cargo test --all --features=stable,test-bins
|
||||
init: cargo test --all --features=stable
|
||||
- name: Build
|
||||
init: cargo build --features=stable
|
||||
- name: Nu
|
||||
|
|
Loading…
Reference in a new issue