Skip to content

Make number functions accept both int and bigint, use strings instead of Buffer in bytes codec #604

Make number functions accept both int and bigint, use strings instead of Buffer in bytes codec

Make number functions accept both int and bigint, use strings instead of Buffer in bytes codec #604

Workflow file for this run

name: test unit
on: [pull_request, workflow_dispatch]
jobs:
test:
name: run unit tests
if: "!contains(github.event.head_commit.message, 'test skip')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: True
- name: Install dependencies
run: node common/scripts/install-run-rush.js install
- name: Build project
run: node common/scripts/install-run-rush.js build
- name: Run tests
run: node common/scripts/install-run-rush.js test