pull/3/head
Malachi Soord 2021-02-11 21:48:41 +01:00
parent 81052a37c4
commit 972a77173a
No known key found for this signature in database
GPG Key ID: C61BEBD6CC542333
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
fi
- name: Build
run: go build -v .
run: make build
- name: Test
run: go test -v .
run: go test -v ./...

View File

@ -8,7 +8,7 @@ import (
"time"
//"syscall"
"github.com/edgebox-iot/sysctl/internal/diagnostics"
"fmt"
)
func main() {