This commit is contained in:
Sergio R. Caprile 2023-07-19 16:14:44 -03:00
parent fdf82e5d6c
commit 86fd18324b

View File

@ -28,8 +28,8 @@ jobs:
with:
languages: cpp
- run: |
make test CC=gcc
./test/setup_ga_network.sh && make mip_test CC=gcc
make test CC=gcc ASAN= ASAN_OPTIONS=
./test/setup_ga_network.sh && make mip_test CC=gcc ASAN= ASAN_OPTIONS=
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2