sql writer
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
description: Build the RelSpec binary
|
||||
---
|
||||
|
||||
Build the RelSpec project by running `go build -o relspec ./cmd/relspec`. Report the build status and any errors encountered.
|
||||
Build the RelSpec project by running `make build`. Report the build status and any errors encountered.
|
||||
|
||||
@@ -15,11 +15,12 @@
|
||||
"useTabs": true
|
||||
},
|
||||
"testing": {
|
||||
"framework": "go test",
|
||||
"framework": "make test",
|
||||
"runOnChange": false
|
||||
},
|
||||
"build": {
|
||||
"command": "go build -o relspec ./cmd/relspec",
|
||||
"command": "make build",
|
||||
"outputBinary": "relspec"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user