diff options
-rwxr-xr-x | test/test-nyx-mode.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh index d30be39f..6de63f1b 100755 --- a/test/test-nyx-mode.sh +++ b/test/test-nyx-mode.sh @@ -3,7 +3,11 @@ . ./test-pre.sh $ECHO "$BLUE[*] Testing: nyx_mode" -env + +test "$CI" = "true" && { + $ECHO "$YELLOW[-] nyx_mode cannot be tested in the Github CI, skipping ..." + exit 0 +} unset AFL_CC |