make:Add phony 'test' rule

This commit is contained in:
Paul Riou
2023-03-13 00:50:19 +00:00
parent c26849217e
commit fa9f3a6dc5
2 changed files with 5 additions and 1 deletions

View File

@ -29,4 +29,4 @@ jobs:
- name: build
run: ninja -C build
- name: test
run: meson test -C build --no-rebuild --verbose --suite waybar
run: make test