diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d61c64..82f7134 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,4 +14,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: build - args: --release --all-features \ No newline at end of file + args: --release --all-features + with: + command: test + args: --release \ No newline at end of file