diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..2f946c6 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,10 @@ +steps: +- uses: actions/checkout@v4 +- name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: '3.x' +- name: Test with pytest + run: | + pip install pytest pytest-cov + pytest tests/