Skip to content

small refactoring, implemented jmp in Tracer.ts #10

small refactoring, implemented jmp in Tracer.ts

small refactoring, implemented jmp in Tracer.ts #10

Workflow file for this run

name: client tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
client-tests:
name: client-tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun test