make:Add phony 'test' rule
This commit is contained in:
parent
c26849217e
commit
fa9f3a6dc5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue