mirror of https://github.com/tidwall/tile38.git
wip - checkout
This commit is contained in:
parent
cfd9a22394
commit
7f8150e335
|
@ -18,8 +18,13 @@ jobs:
|
|||
with:
|
||||
go-version: ^1.15
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Test
|
||||
run: ./scripts/test.sh
|
||||
# - name: Test
|
||||
# run: ./scripts/test.sh
|
||||
|
||||
# - name: Build
|
||||
# run: make tile38-server
|
||||
|
|
Loading…
Reference in New Issue