Test packaging on stable
Signed-off-by: Robert Vojta <rvojta@me.com>
This commit is contained in:
parent
cd2b598cb0
commit
e4ed8d0ff9
4
.github/workflows/crossterm_test.yml
vendored
4
.github/workflows/crossterm_test.yml
vendored
@ -50,3 +50,7 @@ jobs:
|
|||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: cargo test --all-features -- --nocapture --test-threads 1
|
run: cargo test --all-features -- --nocapture --test-threads 1
|
||||||
continue-on-error: ${{ matrix.can-fail }}
|
continue-on-error: ${{ matrix.can-fail }}
|
||||||
|
- name: Test Packaging
|
||||||
|
if: matrix.rust == 'stable'
|
||||||
|
run: cargo package
|
||||||
|
continue-on-error: ${{ matrix.can-fail }}
|
||||||
|
Loading…
Reference in New Issue
Block a user