a1df3b4070
I have not upgraded ooni/go yet because I am also checking whether it would be possible instead to use ooni/oocrypto as documented in the https://github.com/ooni/probe/issues/2106 issue. Closes https://github.com/ooni/probe/issues/2070 Closes https://github.com/ooni/probe/issues/2077
17 lines
356 B
YAML
17 lines
356 B
YAML
# jafar 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.2"
|
|
- uses: actions/checkout@v2
|
|
- run: go build -v ./internal/cmd/jafar
|
|
- run: sudo ./testjafar.bash
|