Skip to content

Tweak delay times due to memory check tests failing when there's no leak #12

Tweak delay times due to memory check tests failing when there's no leak

Tweak delay times due to memory check tests failing when there's no leak #12

Workflow file for this run

name: Perform unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.44.4
- name: Run tests
run: ./test.sh