Skip to content

Commit e8734f9

Browse files
Fixing sdlpop test
1 parent c53bd6e commit e8734f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Building project
121121
run: ninja -C build
122122
- name: Validating examples
123-
run: meson test -C build
123+
run: meson test ValidateExamples -C build
124124
- uses: actions/upload-artifact@v4
125125
if: always()
126126
with:

0 commit comments

Comments
 (0)