Skip to content

Commit

Permalink
fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikk committed Oct 28, 2024
1 parent 91e9a1c commit 1226d68
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
go-version: 1.23

- name: Build binary
run: go build -v -ldflags="-w -s" seqhasher.go

run: |
go build -v -ldflags="-w -s" -o seqhasher seqhasher.go
ls -l seqhasher
- name: Run tests
run: |
chmod +x test/test2_binary.sh
bash test/test2_binary.sh
cd test
chmod +x test2_binary.sh
bash test2_binary.sh

0 comments on commit 1226d68

Please sign in to comment.