Skip to content

Bump github.com/vladopajic/go-actor from 0.9.3 to 0.9.5 #46

Bump github.com/vladopajic/go-actor from 0.9.3 to 0.9.5

Bump github.com/vladopajic/go-actor from 0.9.3 to 0.9.5 #46

Workflow file for this run

name: test
on: [push]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: test (race detector)
run: go test -timeout=30s -race -count=10 -failfast ./...