From 9c6992f92cd0ed7db74135cf0f1381433c6f70d8 Mon Sep 17 00:00:00 2001 From: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Date: Sat, 2 Mar 2024 00:44:01 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E2=9C=85=20run=20tests=20from=20all=20?= =?UTF-8?q?sub-crates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a4b1a5d..02b8a2b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,7 +29,7 @@ jobs: - name: Run clippy lint run: cargo clippy --all-targets --all-features - name: Run tests - run: cargo test --verbose + run: cargo hack test --each-feature --workspace --all-targets --verbose - name: Build Debian package run: cargo xtask dist deb && dpkg-deb -c target/debian/*.deb - uses: actions/upload-artifact@v4