Add null test
Committed 7c3946
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- uses: jakebailey/pyright-action@v1
- # - name: Run tests
- # run: poetry run gmpg test
+ - name: Run tests
+ run: poetry run gmpg test
- name: Run analysis
run: poetry run gmpg analyze
index 0000000..450f87c
--- /dev/null
+def test_app():
+ assert True