Update test.yml

This commit is contained in:
Opportunity
2019-10-12 12:17:49 +08:00
committed by GitHub
Unverified
parent 76fa3f72be
commit 14d3fd98c4
+2 -2
View File
@@ -1,4 +1,4 @@
name: Test
name: test
on:
- push
@@ -19,7 +19,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@master
with:
xmake-version: latest
- name: test
- name: Run tests
run: |
xmake create -P test
xmake build -P test