Skip to content

Create custom "string builder" with fast existing value access. #269

Create custom "string builder" with fast existing value access.

Create custom "string builder" with fast existing value access. #269

Workflow file for this run

name: Tests
on:
push:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
snapshot-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install
run: go install -v
- name: Test
run: go run tests/tester/main.go ci