testing
Some checks failed
ci/woodpecker/push/woodpecker.json Pipeline failed

This commit is contained in:
Rebekah 2024-06-19 09:10:43 -04:00
parent aaa27c24ac
commit 5fc51e6b84

View File

@ -8,7 +8,13 @@
"image": "golang",
"commands": [
"go get",
"go build"
"go build",
"ls",
"sh gojump.sh list-tier beef_ s",
"sh gojump.sh submit-time beef_ 127:51.53",
"sh gojump.sh submit-time beef_ 50:20.10",
"sh gojump.sh submit-time beef_ 200:01.009 && false || true",
"sh gojump.sh list-recently-completed-times"
]
}
}