Skip to content

adding support for stream encryption in wasm through asynchronous byt… #7

adding support for stream encryption in wasm through asynchronous byt…

adding support for stream encryption in wasm through asynchronous byt… #7

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Test
run: go test -v .