wip - checkout

This commit is contained in:
tidwall 2020-11-03 13:34:42 -07:00
parent cfd9a22394
commit 7f8150e335
1 changed files with 8 additions and 3 deletions

View File

@ -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