Skip to content

Merge pull request #41 from m-lab/sandbox-cristinaleon-1.20 #22

Merge pull request #41 from m-lab/sandbox-cristinaleon-1.20

Merge pull request #41 from m-lab/sandbox-cristinaleon-1.20 #22

Workflow file for this run

name: privacy
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.20"
- uses: actions/checkout@v2
- run: go build -v ./cmd/dash-client
- run: |
if ./dash-client; then
echo "expected this command to fail"
exit 1
fi