Update single-header.yml

This commit is contained in:
ado 2023-08-07 17:57:26 +02:00
parent 55d1bbcf86
commit 254bd24bbd

View File

@ -41,4 +41,9 @@ jobs:
apt-get install -y git apt-get install -y git
- name: Single header update check - name: Single header update check
run: script/single_header_generator.py run: |
script/single_header_generator.py > tmp.hpp
diff spp.hpp tmp.hpp
- name: Single header compile check
run: ./test/test_single_header.sh