From c57913dd112688ec270f6b3a7850365a94b77cbc Mon Sep 17 00:00:00 2001 From: Mattia Montanari Date: Tue, 14 Feb 2023 14:12:09 +0100 Subject: [PATCH] cd build and test --- .github/workflows/github-opengjk-examples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-opengjk-examples.yml b/.github/workflows/github-opengjk-examples.yml index 3e3026a..d08acfb 100644 --- a/.github/workflows/github-opengjk-examples.yml +++ b/.github/workflows/github-opengjk-examples.yml @@ -22,5 +22,4 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.15 - - run: cd examples/go/openGJK && go build - - run: go test -v + - run: cd examples/go/openGJK && go build && go test -v