mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +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:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --no-default-features --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --no-default-features --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user