Skip to content

Disable tests in static nix build#6

Merged
amackillop merged 1 commit intomasterfrom
austin_dont-run-checks-on-release
Mar 30, 2026
Merged

Disable tests in static nix build#6
amackillop merged 1 commit intomasterfrom
austin_dont-run-checks-on-release

Conversation

@amackillop
Copy link
Copy Markdown
Contributor

The static build target was missing doCheck = false, so crane ran cargo test inside the nix sandbox during the release workflow. Integration tests need bitcoind and network access, which aren't available in the sandbox, causing all 27 tests to fail. The default package already had this set correctly.

The static build target was missing doCheck = false, so
crane ran cargo test inside the nix sandbox during the
release workflow. Integration tests need bitcoind and
network access, which aren't available in the sandbox,
causing all 27 tests to fail. The default package already
had this set correctly.
@amackillop amackillop merged commit 8caf9cf into master Mar 30, 2026
1 check passed
@amackillop amackillop deleted the austin_dont-run-checks-on-release branch March 30, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant