From 81c90ca4e9b7e400e7055a4317241d87400c69ff Mon Sep 17 00:00:00 2001 From: bloeys Date: Sat, 4 May 2024 22:51:38 +0400 Subject: [PATCH] Fix workflow --- .github/workflows/test-gglm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-gglm.yml b/.github/workflows/test-gglm.yml index fa81689..6cc5462 100755 --- a/.github/workflows/test-gglm.yml +++ b/.github/workflows/test-gglm.yml @@ -17,5 +17,5 @@ jobs: run: git clone https://github.com/bloeys/gglm - name: Test gglm - working-directory: nmage - run: cd gglm && go test ./... -v + working-directory: gglm + run: go test ./... -v