Skip to content

Commit 3727541

Browse files
committed
Update build.yml to add a rnglib test build.
Add a test for --enable-rnglibs
1 parent 44f4594 commit 3727541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
- { os: ubuntu-latest, name: 'No Concurrency', opt: '--disable-concurrency' }
193193
- { os: ubuntu-latest, name: 'Heap Test', opt: '--enable-debugheap --enable-verifyheap' }
194194
- { os: ubuntu-latest, name: 'Thin Build', opt: '--enable-thin' }
195+
- { os: ubuntu-latest, name: 'Rng Libraries', opt: '--enable-rnglibs' }
195196
steps:
196197
- name: Checkout
197198
uses: actions/checkout@v3

0 commit comments

Comments
 (0)