Skip to content

Commit

Permalink
refactor: cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Apr 7, 2023
1 parent b41f6e1 commit 5258322
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ jobs:
sudo dpkg -i bgpq4*.deb
sudo apt install -y bird2
- name: Set up Go
uses: actions/setup-go@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false

- name: Check out code into the Go module directory
uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -E gosec

- name: Get dependencies
run: go get -v -t -d ./...
- run: go get -v -t -d ./...

- run: sudo chown $(whoami):$(whoami) /run/bird/bird.ctl

- run: go generate -x
- run: go build -v .
- run: make dep
Expand Down

0 comments on commit 5258322

Please sign in to comment.