Skip to content

Commit c9aa4aa

Browse files
committed
Build only tests in actions
1 parent a3a6830 commit c9aa4aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Build & Test
21-
run: make examples test -j
20+
- name: Test
21+
run: make test

0 commit comments

Comments
 (0)