Skip to content

Commit

Permalink
fix: use rustls as curl backend to avoid CI failure.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Byron committed Oct 15, 2023
1 parent f34f46a commit 7226391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jtt := target_dir / "debug/jtt"

# run journey tests (max)
journey-tests:
cargo build
cargo build --features http-client-curl-rustls
cargo build -p gix-testtools --bin jtt
./tests/journey.sh {{ ein }} {{ gix }} {{ jtt }} max

Expand Down

0 comments on commit 7226391

Please sign in to comment.