diff --git a/lib/example_test.go b/lib/example_test.go index 61b82f3f..22f614f8 100644 --- a/lib/example_test.go +++ b/lib/example_test.go @@ -77,7 +77,7 @@ func ExampleThreadSafeNucleiEngine() { func TestMain(m *testing.M) { // this file only contains testtables examples https://go.dev/blog/examples // and actual functionality test are in sdk_test.go - if os.Getenv("GH_ACTION") != "" { + if os.Getenv("GH_ACTION") != "" || os.Getenv("CI") != "" { // no need to run this test on github actions return }