Skip to content

Add sample of logical operators in if statements #216

Add sample of logical operators in if statements

Add sample of logical operators in if statements #216

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.21.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: tools/build
env:
VERBOSE: 1
TESTING: 1