Skip to content

Bump webpki from 0.22.0 to 0.22.2 #503

Bump webpki from 0.22.0 to 0.22.2

Bump webpki from 0.22.0 to 0.22.2 #503

Workflow file for this run

name: Testing
on: [push]
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-21.11
- name: Run all tests
run: nix-shell --run "cargo test --all --locked"