test with go code changes

This commit is contained in:
Mahyar McDonald 2025-11-03 18:08:51 -08:00
parent e81159c6fb
commit 1e76f95692

View file

@ -29,9 +29,12 @@ jobs:
# with:
# version: v1.52.2
- name: Ensure apt_query binaries are executable
- name: Build apt_query binaries
run: | #shell
chmod +x apt_query-x86 apt_query-arm64 || true
cd src/cmd/apt_query
GOOS=linux GOARCH=amd64 go build -o ../../../apt_query-x86 .
GOOS=linux GOARCH=arm64 go build -o ../../../apt_query-arm64 .
chmod +x ../../../apt_query-x86 ../../../apt_query-arm64
- name: Test action
id: test-action