Skip to content

Bump cryptography from 41.0.3 to 41.0.4 #66

Bump cryptography from 41.0.3 to 41.0.4

Bump cryptography from 41.0.3 to 41.0.4 #66

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v3
- run: make build
- run: |
make down test
make down test -e PYTEST_OPTS='--workers auto'