diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8b865f..d979961 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,3 +11,12 @@ jobs: with: toolchain: stable - run: cargo check --all-targets + cargo-test: + name: Cargo test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + - run: cargo test