We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
komet.rust-soroban
komet.rust-stellar
1 parent 0999a6c commit 0acb695Copy full SHA for 0acb695
.github/workflows/test.yml
@@ -133,7 +133,7 @@ jobs:
133
set -euxo pipefail
134
nix --version
135
JQ=$(nix-build '<nixpkgs>' -A jq --no-link)/bin/jq
136
- KOMET_BIN=$(nix build .#komet.rust-soroban --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
+ KOMET_BIN=$(nix build .#komet.rust-stellar --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
137
echo $KOMET_BIN >> $GITHUB_PATH
138
- name: 'Run smoke test'
139
run: cd package && ./test-package.sh
0 commit comments