.github/workflows/main.yml
@@ -34,15 +34,15 @@ LDFLAGS: -g -fsanitize=address run: make clean test # - name: gcc-c89 # env: # CFLAGS: -std=c89 # run: make clean all test - name: gcc-c89 env: CFLAGS: -std=c89 run: make clean all test # - name: gcc-c90 # env: # CFLAGS: -std=c90 # run: make clean all test - name: gcc-c90 env: CFLAGS: -std=c90 run: make clean all test - name: gcc-c99 env: @@ -81,6 +81,7 @@ - name: coverage env: CFLAGS: -fprofile-arcs -ftest-coverage CXXFLAGS: -fprofile-arcs -ftest-coverage LDFLAGS: -lgcov run: make clean all test