From 9377797768bcb72cdb0d2d6f6fc4e6b58e003ee1 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 29 Jun 2023 23:20:15 +0200 Subject: [PATCH] updates --- .github/workflows/go-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-integration.yml b/.github/workflows/go-integration.yml index 4fd3bb5..18a4b6b 100644 --- a/.github/workflows/go-integration.yml +++ b/.github/workflows/go-integration.yml @@ -18,4 +18,5 @@ jobs: - name: Tests run: | cd integration + go mod tidy go test -v ./... -count=1