Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/pebble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
curl -L "https://github.com/letsencrypt/pebble/releases/latest/download/pebble-challtestsrv-linux-amd64.tar.gz" | tar xz --strip-components=3
chmod +x pebble-challtestsrv
- name: Run integration test
run: RUST_LOG=integration=info cargo test --test integration
run: RUST_LOG=pebble=info cargo test -- --ignored
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ required-features = ["hyper-rustls"]
# Pebble integration test.
# Disabled by default because it requires pebble & pebble-challtestsrv.
# Run with:
# PEBBLE=path/to/pebble CHALLTESTSRV=path/to/pebble-challtestsrv cargo test --test integration
# PEBBLE=path/to/pebble CHALLTESTSRV=path/to/pebble-challtestsrv cargo test --test pebble
[[test]]
name = "integration"
harness = false
test = false
name = "pebble"
required-features = ["hyper-rustls"]
Loading