infra CI: Fix test flag of test build

test -> tests
This commit is contained in:
JunsuChoi 2021-06-17 17:07:52 +09:00 committed by Hermet Park
parent 20c68e3b37
commit 0d28bdfc07

View file

@ -65,6 +65,6 @@ jobs:
- name: Build
run: |
meson . build -Dtest=true --errorlogs
meson . build -Dtests=true --errorlogs
cd build
sudo ninja -C . install test