added comments to recipes
This commit is contained in:
parent
c0429fa92b
commit
8895ba969c
1 changed files with 2 additions and 0 deletions
2
justfile
2
justfile
|
@ -1,6 +1,8 @@
|
|||
# run go tests
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
# test outputs
|
||||
gentest:
|
||||
#!/bin/bash
|
||||
if [ -e foobar ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue