diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d26c7d62..8b1c5aaaa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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