We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a6830 commit c9aa4aaCopy full SHA for c9aa4aa
1 file changed
.github/workflows/build.yml
@@ -17,5 +17,5 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
20
- - name: Build & Test
21
- run: make examples test -j
+ - name: Test
+ run: make test
0 commit comments