Run generator_test.py in CI checks (#1376)

* Print test names at test time (#1343)

* Fix operator| conflict with std::ranges (#1395)

* Run generator_test.py in CI checks

* Remove running generator.bat in CI checks

---------

Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com>
Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
This commit is contained in:
Roland Reichwein 2026-04-22 11:31:51 +02:00 committed by GitHub
parent b860326b26
commit 2b1dec0e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-cogapp
cd include/etl/generators && bash generate.bat
- name: Check Generated Headers For Changes
- name: Run generator_test.py
run: |
git diff --exit-code
cd scripts && python3 generator_test.py