From 2c123d4ce57bcc4017b769268e15489f3cb90a67 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 27 Apr 2026 05:02:13 +0000 Subject: ci: Run cargo test in addition to cargo check --- .github/workflows/check.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f21d758..27d782c 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -33,3 +33,10 @@ jobs: with: command: check args: --verbose + + - name: Test 🧪 + uses: actions-rs/cargo@v1 + continue-on-error: false + with: + command: test + args: --verbose --features auto-deduce-mime -- cgit v1.2.3