Skip to content

Commit 35c075e

Browse files
committed
chore: add build testing
1 parent fa5fce4 commit 35c075e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
poetry --version
113113
- name: Install dependencies and library
114114
run: poetry install
115+
- name: Build tests
116+
run: make build
115117
- name: Run tests
116118
env:
117119
SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }}

0 commit comments

Comments
 (0)