Skip to content

Commit

Permalink
NJS: run make unit_test for msan builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed May 23, 2024
1 parent ba8c5b0 commit 4a99eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/njs-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
- name: Test njs (pcre2)
run: |
make test
make unit_test
make clean
- name: Build pcre
Expand All @@ -385,5 +385,5 @@ jobs:
- name: Test njs (pcre)
run: |
make test
make unit_test
make clean

0 comments on commit 4a99eff

Please sign in to comment.