[Gitpod] Don't test removed feature 'test-bins' (#2948)

Fixes nushell/nushell#2947
This commit is contained in:
Jan Keromnes 2021-01-19 10:43:42 +01:00 committed by GitHub
parent 088e662285
commit d744cf8437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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