Skip to content

Update Go and VS Code settings #34

Update Go and VS Code settings

Update Go and VS Code settings #34

Workflow file for this run

name: test
# Triggers the workflow on push or pull request events
on: [push, pull_request]
jobs:
ci-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Run go test
run: go test -v -race