Skip to content

Commit 3dd1af1

Browse files
committed
feat: wip: setup github actions
1 parent c381522 commit 3dd1af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
uses: pdm-project/setup-pdm@v4
4848
- name: Install dependencies
4949
run: pdm install
50-
- name: Make Comply
51-
run: make comply
50+
- name: Make Test
51+
run: make test
5252

5353
# build:
5454
# runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)