We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27aff47 commit c897893Copy full SHA for c897893
.github/workflows/test.yml
@@ -30,6 +30,8 @@ jobs:
30
- name: Get dependencies
31
run: go get -v -t -d ./...
32
33
+ - run: sudo chown $(whoami):$(whoami) /run/bird/bird.ctl
34
+
35
- run: go generate -x
36
- run: go build -v .
37
- run: make dep
0 commit comments