From 7fa632a54fe74af33369c8a1d72ec818735dcc06 Mon Sep 17 00:00:00 2001 From: tidwall Date: Tue, 3 Nov 2020 13:47:20 -0700 Subject: [PATCH] wip - make test --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 392ef5aa..82fea955 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,6 +23,9 @@ jobs: with: fetch-depth: 0 + - name: Test + run: make test + # - name: Test # run: ./scripts/test.sh