Fix workflow

This commit is contained in:
bloeys
2024-05-04 22:51:38 +04:00
parent 90d3e8e870
commit 81c90ca4e9

View File

@ -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