From 34779a6672f02e3e77c27b85850e1614a2a2b095 Mon Sep 17 00:00:00 2001 From: Matthew Coleman Date: Tue, 19 Mar 2024 09:14:16 -0400 Subject: [PATCH] Fix tests --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 34a144a..210b9e4 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Tests run: | - go test + go test cmd/cryptarch/* go test internal/* go test pkg/*