Skip to content

sourcebundle: Multi-package module package installation and bundling #48

sourcebundle: Multi-package module package installation and bundling

sourcebundle: Multi-package module package installation and bundling #48

Workflow file for this run

---
name: test
on: [push]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: test
run: go test -race ./...