mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-23 14:14:48 +01:00
ci: fix build features
This commit is contained in:
parent
9d3e73f640
commit
4daae9244e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose --no-default-features --features=tui
|
run: cargo build --verbose --no-default-features --features=tui,file
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose --no-default-features --features=tui
|
run: cargo test --verbose --no-default-features --features=tui,file
|
||||||
|
|
Loading…
Reference in a new issue