cd build and test

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

View File

@ -22,5 +22,4 @@ 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 && go build - run: cd examples/go/openGJK && go build && go test -v
- run: go test -v