Skip to content

Commit

Permalink
ublish my runtesh.sh and acknowledge the scap test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Oct 3, 2024
1 parent c369c52 commit 13d2b41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/gocomply_xsd2go
/scap
9 changes: 9 additions & 0 deletions runtest.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13d2b41

Please sign in to comment.