mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Remove --all-features
This commit is contained in:
parent
e68a0ce84a
commit
ad1f0999d9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -30,11 +30,11 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --release --all-features --target=${{ matrix.target }}
|
||||
args: --release --target=${{ matrix.target }}
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: test
|
||||
# args: --release --all-features --target=${{ matrix.target }}
|
||||
# args: --release --target=${{ matrix.target }}
|
||||
- run: mv target/${{ matrix.target }}/release/taskwarrior-tui taskwarrior-tui-${{ matrix.target }}
|
||||
if: matrix.os != 'windows-latest'
|
||||
- run: move target\${{ matrix.target }}\release\taskwarrior-tui.exe taskwarrior-tui-${{ matrix.target }}.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue