Skip to content

Bump github.com/shirou/gopsutil/v3 from 3.22.3 to 3.24.2 #24

Bump github.com/shirou/gopsutil/v3 from 3.22.3 to 3.24.2

Bump github.com/shirou/gopsutil/v3 from 3.22.3 to 3.24.2 #24

Workflow file for this run

name: Test Go
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Test
run: |
go test -v -covermode=atomic -coverprofile=coverage.out
cd inMemoryQueue
go test -v -covermode=atomic -coverprofile=coverage.out