ooni-probe-cli/.github/workflows/jafar.yml

18 lines
351 B
YAML
Raw Normal View History

# Checks whether the jafar tool is still WAI.
name: jafar
on:
push:
branches:
- "release/**"
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.18.3"
- uses: actions/checkout@v2
- run: go build -v ./internal/cmd/jafar
- run: sudo ./testjafar.bash