Skip to content

Commit

Permalink
Fixup readme and Attempt to fixup github CI stack issue with highctidh
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Jan 27, 2025
1 parent 6a20612 commit 6fe23ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-golang-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
export HIGHCTIDH_PORTABLE=1
export CGO_ENABLED=1
go test -v ./...
env:
CGO_LDFLAGS: -Wl,-stack_size,0x1F40000
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-golang-cross-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
check-latest: true
- name: Run tests
run: go test -v ./...
env:
CGO_LDFLAGS: -Wl,-z,stack-size=0x1F40000

0 comments on commit 6fe23ff

Please # to comment.