Fix bbolt keys
and bbolt get
to prevent them from panicking when no parameter provided
#205
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Robustness Test | |
on: [push, pull_request] | |
permissions: read-all | |
jobs: | |
amd64: | |
uses: ./.github/workflows/robustness_template.yaml | |
with: | |
count: 10 | |
testTimeout: 30m | |
runs-on: "['ubuntu-latest-8-cores']" | |
arm64: | |
uses: ./.github/workflows/robustness_template.yaml | |
with: | |
count: 10 | |
testTimeout: 30m | |
runs-on: "['actuated-arm64-4cpu-8gb']" |