mirror of
https://github.com/khairul169/vaulterm.git
synced 2026-09-15 17:03:30 +07:00
feat: init api, db, app
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Makefile
|
||||
|
||||
.PHONY: test build run
|
||||
|
||||
# Run tests sequentially with verbose output
|
||||
test:
|
||||
go test -count 1 -p 1 -v rul.sh/vaulterm/tests
|
||||
|
||||
# Build the Go application
|
||||
build:
|
||||
go build -o myapp .
|
||||
|
||||
# Run the built application
|
||||
run: build
|
||||
./myapp
|
||||
Reference in New Issue
Block a user