Skip to content
Snippets Groups Projects
Commit bd3855fe authored by vanhauser-thc's avatar vanhauser-thc
Browse files

improve ci time

parent 84274f2e
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
- name: install gcc plugin - name: install gcc plugin
run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
- name: build afl++ - name: build afl++
run: make distrib ASAN_BUILD=1 run: make distrib ASAN_BUILD=1 NO_NYX=1
- name: run tests - name: run tests
run: sudo -E ./afl-system-config; make tests run: sudo -E ./afl-system-config; make tests
macos: macos:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment