Skip to content

Commit 548e053

Browse files
Remove test step from crossfile CI workflow
1 parent 145450d commit 548e053

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/crossfile_ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,3 @@ jobs:
104104
- name: Build the Project
105105
run: |
106106
meson compile -C builddir
107-
108-
- name: Test the Project
109-
run: |
110-
meson test -C builddir -v --test-args='show --mode tree --verbose ci --result fail'

0 commit comments

Comments
 (0)