Skip to content

Merge pull request #12 from laisee/dependabot/cargo/rustls-webpki-0.1… #74

Merge pull request #12 from laisee/dependabot/cargo/rustls-webpki-0.1…

Merge pull request #12 from laisee/dependabot/cargo/rustls-webpki-0.1… #74

Workflow file for this run

name: Rust[1.74.1, stable]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust: ["1.74.1", "stable"]
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- name: Run tests
run: cargo test -- --test-threads=1