Skip to content

Commit

Permalink
Remove Warning message "Cargo.toml: unused manifest key: env" (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajerin authored May 23, 2024
1 parent ad083c3 commit 630f05f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,3 @@ openssl = { version = "0.10", features = ["vendored"] }
assert_cmd = "2.0.8"
predicates = "2.1.5"
rstest = "0.18"

# We can't run integration tests in parallel currently since there are
# conflicts in containers (like traefik) provisioned by various tests
[env]
RUST_TEST_THREADS = "1"

0 comments on commit 630f05f

Please sign in to comment.