Add cargo test --features google

This commit is contained in:
Alvaro Bartolome 2024-09-26 11:19:32 +02:00
parent b49d88a970
commit ecbf34b280
No known key found for this signature in database

View File

@ -58,3 +58,6 @@ jobs:
- name: Run Rust tests - name: Run Rust tests
run: | run: |
cargo test cargo test
- name: Run Rust tests with google feature
run: |
cargo test --features google