Skip to content

Commit

Permalink
Prepare packages for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaTanemura committed May 23, 2024
1 parent db5fc71 commit cb71f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
go-version: "1.22.1"
- name: Build
run: go build

- name: Prepare test
run: apt install build-essential && export CGO_ENABLED=1
- name: Test
run: go test

0 comments on commit cb71f2f

Please sign in to comment.