Skip to content

[CM-392] - Update elation client to support writing Visit Note and Bill #91

[CM-392] - Update elation client to support writing Visit Note and Bill

[CM-392] - Update elation client to support writing Visit Note and Bill #91

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
permissions:
contents: "read"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: Test
run: |-
go test -v -race ./...