Skip to content

Commit

Permalink
chore(sdk): skip unit tests for custom go build (#862)
Browse files Browse the repository at this point in the history
* chore(sdk): skip[ unit tests for custom golang build

Signed-off-by: Volodymyr Kit <volodymyr.kit.ua@gmail.com>

* chore(sdk): build on every push

Signed-off-by: Volodymyr Kit <volodymyr.kit.ua@gmail.com>

* chore(sdk): do not patch golang

Signed-off-by: Volodymyr Kit <volodymyr.kit.ua@gmail.com>

---------

Signed-off-by: Volodymyr Kit <volodymyr.kit.ua@gmail.com>
  • Loading branch information
justakit authored Jan 7, 2025
1 parent b74dbde commit 6ffe938
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
cd goroot
git checkout go1.23.4
cp ../wallet-sdk/cmd/wallet-sdk-gomobile/gopatches/* ./
git apply cmd_cgo__fix_unaligned_arguments_typedmemmove_crash_on_iOS.patch
git revert 3560cf0afb3c29300a6c88ccd98256949ca7a6f6
cd src && ./all.bash
cd src && ./make.bash
- name: Derive the new version
run: |
echo "new version"
Expand Down Expand Up @@ -101,9 +100,8 @@ jobs:
cd goroot
git checkout go1.23.4
cp ../wallet-sdk/cmd/wallet-sdk-gomobile/gopatches/* ./
git apply cmd_cgo__fix_unaligned_arguments_typedmemmove_crash_on_iOS.patch
git revert 3560cf0afb3c29300a6c88ccd98256949ca7a6f6
cd src && ./all.bash
cd src && ./make.bash
- name: Derive the new version
run: |
echo "new version"
Expand Down

0 comments on commit 6ffe938

Please sign in to comment.