Skip to content

Pass input test name to inwer #16

Pass input test name to inwer

Pass input test name to inwer #16

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
uses: './.github/workflows/tests-reusable.yml'
with:
python-version: ${{ matrix.python-version }}