mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-10-02 15:26:05 +00:00
x
This commit is contained in:
parent
778382ba2a
commit
a20bfca9ef
2
.github/workflows/crossterm_test.yml
vendored
2
.github/workflows/crossterm_test.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
continue-on-error: ${{ matrix.can-fail }}
|
continue-on-error: ${{ matrix.can-fail }}
|
||||||
- name: Test no default features with windows feature enabled
|
- name: Test no default features with windows feature enabled
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2019'
|
||||||
run: cargo test --no-default-features --features windows -- --nocapture --test-threads 1
|
run: cargo test --no-default-features --features "windows" -- --nocapture --test-threads 1
|
||||||
- name: Test Packaging
|
- name: Test Packaging
|
||||||
if: matrix.rust == 'stable'
|
if: matrix.rust == 'stable'
|
||||||
run: cargo package
|
run: cargo package
|
||||||
|
22
Cargo.toml
22
Cargo.toml
@ -79,12 +79,28 @@ serde_json = "1.0"
|
|||||||
#
|
#
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "event-read"
|
name = "event-read"
|
||||||
required-features = ["bracketed-paste"]
|
required-features = ["bracketed-paste", "events"]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "event-match-modifiers"
|
||||||
|
required-features = ["bracketed-paste", "events"]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "event-poll-read"
|
||||||
|
required-features = ["bracketed-paste", "events"]
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "event-stream-async-std"
|
name = "event-stream-async-std"
|
||||||
required-features = ["event-stream"]
|
required-features = ["event-stream", "events"]
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "event-stream-tokio"
|
name = "event-stream-tokio"
|
||||||
required-features = ["event-stream"]
|
required-features = ["event-stream", "events"]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "event-read-char-line"
|
||||||
|
required-features = ["events"]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "stderr"
|
||||||
|
required-features = ["events"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user