Skip to content

Commit 49b0ac8

Browse files
committed
Build provisioner tests on Linux only
1 parent b30defe commit 49b0ac8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- run:
119119
gotestsum --jsonfile="gotests.json" --packages="./..." --
120-
-covermode=atomic -coverprofile="gotests.coverage"
120+
-covermode=atomic -coverprofile="gotests.coverage" -timeout=1m
121121

122122
- uses: codecov/codecov-action@v2
123123
with:

provisioner/terraform/parse_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build linux
2+
13
package terraform
24

35
import (

provisioner/terraform/provision_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build linux
2+
13
package terraform
24

35
import (

0 commit comments

Comments
 (0)