Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 5, 2024
1 parent 6a6c325 commit 4071746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
with:
key: tests
- name: Run test
run: pixi run test
run: pixi run test --color always ${{ matrix.os == 'ubuntu-latest' && '--no-default-features --features rustls-tls' || '' }}
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
[features]
default = ["native-tls"]
native-tls = [
"reqwest/native-tls",
"reqwest/native-tls-alpn",
"rattler/native-tls",
"rattler_networking/rustls-tls",
"rattler_package_streaming/rustls-tls",
"reqwest/native-tls",
"reqwest/native-tls-alpn",
"rattler/native-tls",
"rattler_networking/rustls-tls",
"rattler_package_streaming/rustls-tls",
]
rustls-tls = [
"reqwest/rustls-tls",
Expand Down

0 comments on commit 4071746

Please sign in to comment.