Run `cargo package` as part of test suite

edge_only_predecessors
Wilfred Hughes 2021-09-14 00:11:19 +07:00
parent 058b9e3c12
commit 47ae24d7c3
1 changed files with 14 additions and 0 deletions

@ -31,6 +31,20 @@ jobs:
with:
command: test
package:
name: Build releasable package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: package
fmt:
name: Rustfmt
runs-on: ubuntu-latest