Skip to content

Add marin3r.v0.13.1 bundle to the index #924

Add marin3r.v0.13.1 bundle to the index

Add marin3r.v0.13.1 bundle to the index #924

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21.12"
- name: Run tests
run: |
make test