Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Add --fast option to tests #10

Add --fast option to tests

Add --fast option to tests #10

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
test:
name: Run tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
# - macos-latest
- ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install -y ghostscript gnupg2 imagemagick zbar-tools && sudo pip install -r requirements.txt
- name: Run tests
run: make test