Added L2 tests and compiled src. (#23)

This commit is contained in:
Sundar
2021-03-31 17:20:55 +05:30
committed by GitHub
parent 56b95ecccc
commit eed1c24899
6 changed files with 75 additions and 10 deletions

21
.github/workflows/unit-tests.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: "Run L0 tests."
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- master
- 'releases/*'
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run L0 tests.
run: |
npm install
npm test