From 13d2b4191df4b30bfff7d9180ee6576cc9b3e687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Luka=C5=A1=C3=ADk?= Date: Thu, 3 Oct 2024 15:27:20 +0200 Subject: [PATCH] ublish my runtesh.sh and acknowledge the scap test outputs --- .gitignore | 1 + runtest.sh | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100755 runtest.sh diff --git a/.gitignore b/.gitignore index 7545143..737fb16 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gocomply_xsd2go +/scap diff --git a/runtest.sh b/runtest.sh new file mode 100755 index 0000000..cfef57f --- /dev/null +++ b/runtest.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -x -e -o pipefail + +go test ./... +go vet ./... +go fmt ./... + +go build ./cli/gocomply_xsd2go +# ./.github/workflows/scap.sh