1
0
Fork 0
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:
əlemi 2024-03-18 06:14:02 +01:00
parent 9d3e73f640
commit 4daae9244e
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

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