Skip to content

Commit 7226391

Browse files
committed
fix: use rustls as curl backend to avoid CI failure.
Note that doing so might be less compatible due to `ring`, which is why it's not the default. There may also be other side-effects, like which certificate store is used, so let's not enforce this.
1 parent f34f46a commit 7226391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jtt := target_dir / "debug/jtt"
191191

192192
# run journey tests (max)
193193
journey-tests:
194-
cargo build
194+
cargo build --features http-client-curl-rustls
195195
cargo build -p gix-testtools --bin jtt
196196
./tests/journey.sh {{ ein }} {{ gix }} {{ jtt }} max
197197

0 commit comments

Comments
 (0)