Skip to content

test: added id performance test with data buffer string #22

test: added id performance test with data buffer string

test: added id performance test with data buffer string #22

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
build:
name: Perform check
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
if: github.repository == 'FajarKim/node-openssl-enc'
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install package
run: npm install
- name: Testing code
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm test