Remove --all-features

This commit is contained in:
Dheepak Krishnamurthy 2020-07-26 23:32:36 -06:00
parent e68a0ce84a
commit ad1f0999d9

View file

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