Skip to content

Add utfs.io and ufs.sh #1957

Add utfs.io and ufs.sh

Add utfs.io and ufs.sh #1957

Workflow file for this run

name: Test
on: [push, pull_request]
permissions:
contents: read
jobs:
make-test:
name: Unit tests
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: 'stable'
- name: Run Go unit tests
run: go test -C ./tools -v .
- name: Install dependencies
run: sudo apt install -y autopoint
- name: Run makefile tests
run: make test