Skip to content

Build(deps-dev): Bump @types/mocha from 10.0.7 to 10.0.8 in /src/ts #770

Build(deps-dev): Bump @types/mocha from 10.0.7 to 10.0.8 in /src/ts

Build(deps-dev): Bump @types/mocha from 10.0.7 to 10.0.8 in /src/ts #770

Workflow file for this run

# This workflow runs the go implementation unit tests
name: go-tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: |
cd src/go
docker build . --target=test