FuelLabs/sway

Treat warnings as erros in ci step that builds examples

Open

#4,274 opened on Mar 13, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (61,702 stars) (5,421 forks)batch import
cicode qualitygood first issue

Description

I think we should do our best to ensure that examples are state-of the art and should produce no warnings. To enforce that we can use the flag added in #4177 in our CI step.

Contributor guide