aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f075ec493..d185fa4dc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -85,3 +85,5 @@ jobs:
85 run: SHELL=/bin/bash make test-utils 85 run: SHELL=/bin/bash make test-utils
86 - name: run environment tests 86 - name: run environment tests
87 run: SHELL=/bin/bash make test-environment 87 run: SHELL=/bin/bash make test-environment
88 - name: run security filters tests
89 run: SHELL=/bin/bash make test-filters