Skip to content

Commit e94b4f7

Browse files
author
0xPuncker
committed
ci: test build namada with binaries
1 parent 628cfe5 commit e94b4f7

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/namada.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build-and-push-namada:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
permissions:
2020
contents: read
2121
packages: write
@@ -36,9 +36,12 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

39-
- name: Build Heighliner binary
39+
- name: Build Namada binaries
4040
run: |
41-
go build -o heighliner
41+
go build -o namada ./cmd/namada
42+
go build -o namadaw ./cmd/namadaw
43+
go build -o namadan ./cmd/namadan
44+
go build -o namadac ./cmd/namadac
4245
4346
- name: Extract version from tag
4447
id: extract_version

0 commit comments

Comments
 (0)