Skip to content

Remove duplicated fish flag from README #150

Remove duplicated fish flag from README

Remove duplicated fish flag from README #150

Workflow file for this run

on:
push:
branches-ignore:
- 'gh-pages'
pull_request:
branches-ignore:
- 'gh-pages'
name: Unit Tests
jobs:
test:
strategy:
matrix:
go-version: ["1.18"]
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Run unit tests
run: go test ./...