Test packaging on stable

Signed-off-by: Robert Vojta <rvojta@me.com>
This commit is contained in:
Robert Vojta 2019-10-18 23:06:35 +02:00
parent cd2b598cb0
commit e4ed8d0ff9
No known key found for this signature in database
GPG Key ID: 9D3E01ABC4B5802C

View File

@ -50,3 +50,7 @@ jobs:
- name: Run Tests
run: cargo test --all-features -- --nocapture --test-threads 1
continue-on-error: ${{ matrix.can-fail }}
- name: Test Packaging
if: matrix.rust == 'stable'
run: cargo package
continue-on-error: ${{ matrix.can-fail }}