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:
|
test:
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
||||||
|
# test outputs
|
||||||
gentest:
|
gentest:
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ -e foobar ]; then
|
if [ -e foobar ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue