Update actions_test.yml

This commit is contained in:
githubuser0xFFFF
2019-11-29 22:39:07 +01:00
committed by GitHub
parent 6b45274686
commit 309fe1a14a

View File

@@ -9,11 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: ./configure
- name: qmake
run: qmake
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck