mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Try github actions without ncurses
This commit is contained in:
parent
4f3965846c
commit
c34aeab99a
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -10,6 +10,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --no-default-features --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --no-default-features --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user