aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 21e5502..0000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Go
-on: [push]
-jobs:
- build:
- name: Build
- runs-on: ubuntu-latest
- steps:
- - uses: actions/setup-go@v2
- with:
- go-version: '1.17.6'
- - uses: actions/checkout@v2
- - run: |
- go get -v -t -d ./...
- - run: go test ./...
- - run: go build -ldflags="-s -w" ./cmd/bareos-zabbix-check/