From bbd061f0d367be1dd379cbfec075db7da6f0d762 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 20 Mar 2023 21:18:50 +0100 Subject: [PATCH] Enable all features during CI test step --- .gitea/workflows/cargo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/cargo.yml b/.gitea/workflows/cargo.yml index 87aa4e6..35609b5 100644 --- a/.gitea/workflows/cargo.yml +++ b/.gitea/workflows/cargo.yml @@ -43,6 +43,7 @@ jobs: uses: https://github.com/actions-rs/cargo@v1 with: command: test + args: --all-features lints: name: Lints