From 14d3fd98c4a5ff286b748273de41fa94b6942558 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Sat, 12 Oct 2019 12:17:49 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6f4d88..a29c04c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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