Skip to content

Commit

Permalink
Update build.yml to add a rnglib test build.
Browse files Browse the repository at this point in the history
Add a test for --enable-rnglibs
  • Loading branch information
Don-Ward committed Dec 1, 2023
1 parent 44f4594 commit 3727541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
- { os: ubuntu-latest, name: 'No Concurrency', opt: '--disable-concurrency' }
- { os: ubuntu-latest, name: 'Heap Test', opt: '--enable-debugheap --enable-verifyheap' }
- { os: ubuntu-latest, name: 'Thin Build', opt: '--enable-thin' }
- { os: ubuntu-latest, name: 'Rng Libraries', opt: '--enable-rnglibs' }
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3727541

Please sign in to comment.