[circleci] Run test-license.py

Run it first because it is very fast (~1 second)
This commit is contained in:
Nick Terrell 2020-03-26 17:04:52 -07:00
parent 1f144351b7
commit c7ae28a67d

View File

@ -12,6 +12,7 @@ jobs:
- run:
name: Test
command: |
./tests/test-license.py
cc -v; CFLAGS="-O0 -Werror" make all && make clean
make c99build ; make clean
make c11build ; make clean