Skip to content

ref: Use patched reqwest to implement resolution restriction #434

ref: Use patched reqwest to implement resolution restriction

ref: Use patched reqwest to implement resolution restriction #434

Workflow file for this run

name: Run Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: shogo82148/actions-setup-redis@428a144f11914412a8f52902296e134dd2e0f925
with:
redis-version: "7.x"
- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update
- name: Run Cargo Tests
run: cargo test