From 2665f08a60f631aceb35ed86a26e3570fcb0c868 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Thu, 25 Jan 2024 20:56:27 +1000 Subject: [PATCH] Use the correct test command for dio --- .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 f82b2ea..6867bee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,4 @@ jobs: run: cd main; go build -v - name: Test dio - run: cd main; go test -v + run: cd main; go test ./cmd -v -check.v