rust-lightning/ci
Matt Corallo 75c0e06ce1 Add CI test that #[cfg] tags are from a defined set
Rust is fairly relaxed in checking the validity of arguments
passed to #[cfg]. While it should probably be more strict when
checking features, it cannot be strict when checking loose cfg
tags, because those can be anything and are simply passed to rustc
via unconstrained arguments.

Thus, we do it for rustc manually, but scanning all our source and
checking that all our cfg tags match a known cfg tag.

Fixes #2184
2023-12-08 23:07:14 +00:00
..
check-cfg-flags.py Add CI test that #[cfg] tags are from a defined set 2023-12-08 23:07:14 +00:00
check-compiles.sh Add a c_bindings test to check-compiles.sh as it should build 2023-07-20 21:43:52 +00:00
check-each-commit.sh Check each commit at least builds in CI 2020-09-15 19:24:08 -04:00
ci-tests.sh Add Electrum integration test 2023-11-23 09:30:58 +01:00