Skip to content

Commit

Permalink
Remove meson test, since it executes tests on submodules which fail
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Oct 7, 2024
1 parent 8cb0418 commit e9edcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
meson setup build
meson compile -C build
meson test -C build --print-errorlogs
# meson test -C build --print-errorlogs
meson install -C build
lint:
Expand Down

0 comments on commit e9edcb9

Please sign in to comment.