Build for unix
Test build against our fork before opening a PR against the origin
This commit is contained in:
parent
a546d623df
commit
7c6405b158
|
@ -15,7 +15,7 @@ import (
|
||||||
|
|
||||||
"github.com/rs/zerolog"
|
"github.com/rs/zerolog"
|
||||||
|
|
||||||
network "github.com/cloudflare/cloudflared/diagnostic/network"
|
network "github.com/kjake/cloudflared/diagnostic/network"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//go:build darwin || linux
|
//go:build darwin || linux || unix
|
||||||
|
|
||||||
package diagnostic
|
package diagnostic
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//go:build darwin || linux
|
//go:build darwin || linux || unix
|
||||||
|
|
||||||
package diagnostic_test
|
package diagnostic_test
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
diagnostic "github.com/cloudflare/cloudflared/diagnostic/network"
|
diagnostic "github.com/kjake/cloudflared/diagnostic/network"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDecode(t *testing.T) {
|
func TestDecode(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue