Skip to content

test: add deno system tests #1

test: add deno system tests

test: add deno system tests #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: deno
jobs:
conformance-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: "^1.38.0"
- run: deno test --allow-all system-test/deno/storage.ts