added justfile
This commit is contained in:
parent
4b62ed116e
commit
c263879904
1 changed files with 12 additions and 0 deletions
12
justfile
Normal file
12
justfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
test:
|
||||
go test ./...
|
||||
|
||||
gentest:
|
||||
#!/bin/bash
|
||||
if [ -e foobar ]; then
|
||||
rm -rf foobar
|
||||
fi
|
||||
|
||||
go run cmd/zona/main.go test
|
||||
|
||||
# bat foobar/img.html
|
Loading…
Add table
Add a link
Reference in a new issue