more test fine tuning
Some checks failed
ci/woodpecker/push/woodpecker.json Pipeline failed

This commit is contained in:
Rebekah 2024-06-19 09:30:45 -04:00
parent 8ff9b392d7
commit 5d06746b81

View File

@ -7,13 +7,23 @@
},
"image": "golang",
"commands": [
"echo Building GoJump!",
"go get",
"go build",
"echo Taste Testing Beef",
"./gojump list-tier beef s",
"echo Trying to perfectly cook Beef",
"./gojump submit-time beef 127:51.53",
"./gojump submit-time beef 50:20.10",
"./gojump get-time beef",
"echo Avoiding Spoiled Meat",
"./gojump submit-time beef 200:01.009 && false || true",
"./gojump get-time beef",
"echo A meal full of Protien is a complete (enough) meal.",
"./gojump list-recently-completed-times"
]
}