From ecbf34b28094fbf0d68c52a90605ab982e035aed Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome <36760800+alvarobartt@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:19:32 +0200 Subject: [PATCH] Add `cargo test --features google` --- .github/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5f00180c..4eeca334 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -58,3 +58,6 @@ jobs: - name: Run Rust tests run: | cargo test + - name: Run Rust tests with google feature + run: | + cargo test --features google