From 60da89beb06dbf1fcab03de4545eb5f6a1726504 Mon Sep 17 00:00:00 2001 From: XFFXFF <1247714429@qq.com> Date: Mon, 22 Aug 2022 15:19:15 +0800 Subject: [PATCH] run salsa-2022-tests in CI --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e75af27..27bfe4e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,10 @@ jobs: with: command: test args: --all-features --all-targets + - uses: actions-rs/cargo@v1 + with: + command: test + args: --all-features --all-targets --package salsa-2022-tests - uses: actions-rs/cargo@v1 with: command: test