Skip to content

Commit a9c9f64

Browse files
Merge pull request #6 from evilmonkeyinc/chore/consensus-tests
Chore/consensus tests
2 parents 14f728b + 3b714db commit a9c9f64

File tree

9 files changed

+2098
-2043
lines changed

9 files changed

+2098
-2043
lines changed

.github/workflows/release-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ jobs:
3232
goversion: ${{ matrix.goversion }}
3333
project_path: "./cmd/"
3434
binary_name: "jsonpath"
35-
ldflags: -X "main.Command=jsonpath" -X "main.Version=${{ env.RELEASE_TAG }}" -X "main.OS=${{ matrix.goos }}" -X "main.Arch=${{ matrix.goos }}"
36-
35+
ldflags: -X "main.Command=jsonpath" -X "main.Version=${{ env.RELEASE_TAG }}" -X "main.OS=${{ matrix.goos }}" -X "main.Arch=${{ matrix.goarch }}"

test/README.md

Lines changed: 184 additions & 185 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)