Skip to content

add string IsUpper test #53

add string IsUpper test

add string IsUpper test #53

Workflow file for this run

name: Test 2022
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
working-directory: ./Go
run: go test -v ./...