Skip to content

Ignore unmaintained *ring* advisory for now #35

Ignore unmaintained *ring* advisory for now

Ignore unmaintained *ring* advisory for now #35

Workflow file for this run

name: Pebble
on:
push:
branches: ['main', '*-ci']
pull_request:
schedule:
- cron: "25 6 * * 5"
jobs:
pebble:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Download Pebble
run: |
curl -L "https://github.com/letsencrypt/pebble/releases/latest/download/pebble-linux-amd64.tar.gz" | tar xz --strip-components=3
chmod +x pebble
- name: Download Pebble Challenge Test Server
run: |
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=pebble=info cargo test -- --ignored