mirror of
https://github.com/Yu-Vitaqua-fer-Chronos/NULID.git
synced 2024-11-21 22:12:46 +00:00
Add more tests to GitHub workflow
This commit is contained in:
parent
138ea30fb7
commit
677855bbd8
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
|
@ -20,4 +20,20 @@ jobs:
|
|||
|
||||
- run: nimble install -Y
|
||||
|
||||
- run: nimble test
|
||||
- name: Run Tests C (Normal Usage)
|
||||
run: nimble test
|
||||
|
||||
- name: Run Tests C (Locks Disabled)
|
||||
run: nimble test -d:nulidNoLocks
|
||||
|
||||
- name: Run Tests C (Insecure Random)
|
||||
run: nimble test -d:nulidInsecureRandom
|
||||
|
||||
- name: Run Tests C (Insecure Random & Locks Disabled)
|
||||
run: nimble test -d:nulidInsecureRandom -d:nulidNoLocks
|
||||
|
||||
- name: Run Tests JS (Normal Usage; Locks Disabled by Default)
|
||||
run: nimble test -b:js
|
||||
|
||||
- name: Run Tests JS (Insecure Random)
|
||||
run: nimble test -b:js -d:nulidInsecureRandom
|
Loading…
Reference in a new issue