From 696479024efd1d28ec74d016d7d281a54ffbe6ed Mon Sep 17 00:00:00 2001 From: Zack Date: Fri, 8 Oct 2021 09:43:30 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1d553fe..9beeae81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 - run: go version - - run: go test -v . \ No newline at end of file + - run: go test -v ./...