Remove tests from CI

This commit is contained in:
Dheepak Krishnamurthy 2020-07-26 23:19:34 -06:00
parent cb62d1c7bc
commit e68a0ce84a

View file

@ -31,10 +31,10 @@ jobs:
with:
command: build
args: --release --all-features --target=${{ matrix.target }}
- uses: actions-rs/cargo@v1
with:
command: test
args: --release --all-features --target=${{ matrix.target }}
# - uses: actions-rs/cargo@v1
# with:
# command: test
# args: --release --all-features --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