FuelLabs/sway

`stdout`/`stderr` hidden when CI fails to build the mdbook

Open

#1,617 opened on May 20, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (5,421 forks)batch import
bugcigood first issue

Repository metrics

Stars
 (61,702 stars)
PR merge metrics
 (Avg merge 22h 6m) (16 merged PRs in 30d)

Description

@binggh added some really nice errors to the mdbook-forc-documenter plugin that appear during mdbook build if there's a mismatch between the available forc commands and the file stubs listed under the for commands in the book.

However, the build mdbook CI job appears to hide all output for some reason, so when a dev runs into this they still have no idea what they've done wrong.

Contributor guide