Skip to content

use req.HostId instead of req.UHostId when waiting host to shut down … #103

use req.HostId instead of req.UHostId when waiting host to shut down …

use req.HostId instead of req.UHostId when waiting host to shut down … #103

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19.5'
- name: Run go vet
run: make vet
- name: Run test
run: make test