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 926cdca commit 5fa89c9Copy full SHA for 5fa89c9
.github/workflows/release.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
build:
10
+ env:
11
+ CGO_ENABLED: 0
12
name: Build
13
runs-on: ubuntu-latest
14
env:
@@ -23,6 +25,11 @@ jobs:
23
25
- uses: actions/checkout@v2
24
26
name: Checkout
27
28
+ - name: Test
29
+ run: make test
30
31
+ CGO_ENABLED: 1
32
+
33
- name: Set up Ruby
34
uses: ruby/setup-ruby@v1
35
with:
.github/workflows/tests.yml
@@ -9,6 +9,8 @@ on:
tests:
name: Test code
15
16
strategy:
@@ -48,6 +50,8 @@ jobs:
48
50
49
51
- name: Test
52
run: make test
53
54
55
56
57
0 commit comments