mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Update CI config
This commit is contained in:
parent
d5205769f6
commit
13237e38ee
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: cd cursive && cargo build --no-default-features --verbose
|
||||
run: cd cursive && cargo build --features crossterm-backend --no-default-features --verbose
|
||||
- name: Run tests
|
||||
run: cd cursive && cargo test --no-default-features --verbose
|
||||
run: cd cursive && cargo test --features crossterm-backend --no-default-features --verbose
|
||||
|
@ -33,4 +33,4 @@ build: false
|
||||
# Equivalent to Travis' `script` phase
|
||||
# TODO modify this phase as you see fit
|
||||
test_script:
|
||||
- cd cursive && cargo test --verbose --all --no-default-features --features markdown pancurses-backend crossterm-backend
|
||||
- cd cursive && cargo test --verbose --all --no-default-features --features markdown,pancurses-backend,crossterm-backend
|
||||
|
Loading…
Reference in New Issue
Block a user