Skip to content

Merge pull request #177 from ipfs/uci/copy-templates #176

Merge pull request #177 from ipfs/uci/copy-templates

Merge pull request #177 from ipfs/uci/copy-templates #176

Workflow file for this run

on: [push, pull_request]
jobs:
sharness:
strategy:
fail-fast: false
matrix:
go: [ "1.18.x", "1.19.x" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Go information
run: |
go version
go env
- name: run sharness tests
run: cd sharness && make