Merge pull request #2637 from Sharmalm/2348
[rust-lightning] / .github / workflows / build.yml
index 50981f74d094aa29cf727a9752c7e304396229e6..65be3faef8b5578e0e44b84a6e3651be360af01f 100644 (file)
@@ -32,6 +32,8 @@ jobs:
         run: |
           rustup target add thumbv7m-none-eabi
           sudo apt-get -y install gcc-arm-none-eabi
+      - name: Check for unknown cfg tags
+        run: ci/check-cfg-flags.py
       - name: shellcheck the CI script
         if: "matrix.platform == 'ubuntu-latest'"
         run: |