mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 10:50:40 +00:00
Disable (nightly-only) doc-cfg for github action
This commit is contained in:
parent
cc1f57b4bf
commit
5ed5e9000d
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Check
|
||||
run: cd cursive && cargo check --all-features
|
||||
run: cd cursive && cargo check --features "blt-backend ncurses-backend pancurses-backend termion-backend crossterm-backend markdown toml"
|
||||
- name: Build
|
||||
run: cd cursive && cargo build --features "toml markdown termion-backend crossterm-backend" --no-default-features --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user