try to go build in cd

fixes-turtlebasket
Mattia Montanari 2023-02-14 14:10:51 +01:00
parent d904dc14fb
commit 0583bdabbb
1 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,5 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.15 go-version: 1.15
- run: cd examples/go/openGJK - run: cd examples/go/openGJK && go build
- run: go build
- run: go test -v - run: go test -v