From 3c6aeb123007c5ba10aa6af7ba926066f01abdbd Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 10 Apr 2023 11:40:38 -0700 Subject: [PATCH] Added test to action --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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