Try github actions without ncurses

This commit is contained in:
Alexandre Bury 2019-10-09 15:32:49 -07:00
parent 4f3965846c
commit c34aeab99a

View File

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