Removed build step

There is nothing left to build, library is now just a library.
This commit is contained in:
Dave Shanley
2022-09-13 09:34:56 -04:00
parent aa4422fa74
commit 5dbaed4591

View File

@@ -29,8 +29,6 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
run: go build libopenapi.go
- name: Test
run: go test ./...
- name: Coverage