Skip to content

Commit 73fbf83

Browse files
committed
ci: always build starter template as sanity check
1 parent e325b8d commit 73fbf83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
fi
4242
env:
4343
REQUIREMENTS: ${{ matrix.requirements }}
44+
- name: Test building starter template
45+
run: |
46+
make test-overview-template
4447
- name: Run tests
4548
run: |
4649
pytest --cov

0 commit comments

Comments
 (0)