aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleaf corcoran <leafot@gmail.com>2019-09-21 17:40:18 -0700
committerleaf <leafot@gmail.com>2020-04-25 14:24:18 -0700
commitd3685e3477b04ca129863251882f281b5975701f (patch)
treedecc23aee0251530220479ce69bff86616e1e12d
parentcfa855df543d8c93d0d9c8fc73bff535b1d56ac8 (diff)
downloadlua-cjson-d3685e3477b04ca129863251882f281b5975701f.tar.gz
lua-cjson-d3685e3477b04ca129863251882f281b5975701f.tar.bz2
lua-cjson-d3685e3477b04ca129863251882f281b5975701f.zip
build after tests, so tests can do their own build test
-rw-r--r--.github/workflows/test.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1c33dcc..9c3fa93 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,10 +20,11 @@ jobs:
20 20
21 - uses: leafo/gh-actions-luarocks@v2 21 - uses: leafo/gh-actions-luarocks@v2
22 22
23 - name: test
24 run: |
25 ./runtests.sh
26
23 - name: build 27 - name: build
24 run: | 28 run: |
25 luarocks make 29 luarocks make
26 30
27 - name: test
28 run: |
29 ./runtests.sh