Skip to content

Revert "feat: add revocation functions" #18

Revert "feat: add revocation functions"

Revert "feat: add revocation functions" #18

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Services in Docker and Run tests
run: make test