Skip to content

Commit

Permalink
CI: Add a --enable-thread-debug job.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jun 11, 2024
1 parent 0367793 commit c182873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
config: --enable-pool-debug
- name: Pool-debug, maintainer-mode
config: --enable-pool-debug --enable-maintainer-mode
- name: Thread-debug, maintainer-mode
config: --enable-thread-debug --enable-maintainer-mode
- name: Maintainer-mode, no IPv6
config: --enable-maintainer-mode --disable-ipv6
- name: Maintainer-mode, -Werror
Expand Down

0 comments on commit c182873

Please sign in to comment.