Skip to content

Commit

Permalink
remove integration tests from default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Sep 22, 2024
1 parent ca0d45a commit 5a73ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion event-indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ clap = { workspace = true }
assert_matches = { workspace = true }

[features]
default = ["enable-integration-tests"]
default = []
enable-integration-tests = []
2 changes: 1 addition & 1 deletion gov-portal-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ clap = { workspace = true }
assert_matches = { workspace = true }

[features]
default = ["enable-integration-tests"]
default = []
enable-integration-tests = []

0 comments on commit 5a73ab3

Please sign in to comment.