Skip to content

Commit

Permalink
fixed test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Aug 5, 2024
1 parent 094facf commit 7d1f772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cargo install cargo-rdme
cargo rdme --check
- name: Run tests
run: cargo test --all-features
run: cargo test --features chrono,uuid,rust_decimal,time

test_examples:
name: Test Examples
Expand Down

2 comments on commit 7d1f772

@Baptistemontan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you know there is a deny list option for test-all-features ?

[package.metadata.cargo-all-features]
denylist = ["i18n"]

@maccesch
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh awesome! I didn't. Thanks!

Please sign in to comment.