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 May 27, 2022
1 parent e31e067 commit 361f3c2
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 @@ -134,6 +134,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@v2
Expand Down

0 comments on commit 361f3c2

Please sign in to comment.