Skip to content

disable table text wrapping #267

disable table text wrapping

disable table text wrapping #267

Workflow file for this run

name: Run tests
on:
push:
pull_request:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run tests
run: go test ./... -race