Skip to content

fix(qa): resolve web build errors and simulation auth #28

fix(qa): resolve web build errors and simulation auth

fix(qa): resolve web build errors and simulation auth #28

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- name: Verify dependencies
run: |
go mod tidy
git diff --exit-code
- name: Run Tests
run: go test -v -race ./...