Skip to content

Full coverage for auth.py (#1) #28

Full coverage for auth.py (#1)

Full coverage for auth.py (#1) #28

Workflow file for this run

name: CI
on:
push:
branches:
- '**' # This will run the workflow on every push to any branch
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests
run: make test-ci