benchmark in Actions, opaque/safe enum types, more explicit test scripts

This commit is contained in:
Nick Gerleman
2022-12-23 06:38:56 -08:00
parent 27590f1adc
commit b09aad433b
5 changed files with 227 additions and 93 deletions

View File

@@ -25,3 +25,7 @@ jobs:
- name: yarn test
run: yarn test
working-directory: javascript
- name: yarn benchmark
run: yarn benchmark
working-directory: javascript