Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yacov Manevich <[email protected]>
  • Loading branch information
yacovm committed Jun 11, 2024
1 parent a83036a commit 3d7e834
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
run-name: Running CI jobs 🚀
on: [push]
on: [pull_request]
jobs:
library:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions scripts/testBinanceECDSA.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/bin/bash -e

cd mpc/binance/ecdsa

pwd

ls



go test ./...


Expand Down
11 changes: 0 additions & 11 deletions scripts/testIntegration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,4 @@

cd test

cp go.mod go.mod.bck
cp go.sum go.sum.bck

echo "replace github.ibm.com/fabric-security-research/tss => ../" >> go.mod
echo "replace github.ibm.com/fabric-security-research/tss/mpc/binance/eddsa => ../mpc/binance/eddsa" >> go.mod
echo "replace github.ibm.com/fabric-security-research/tss/mpc/binance/ecdsa => ../mpc/binance/ecdsa" >> go.mod
go mod tidy

go test ./...

mv go.mod.bck go.mod
mv go.sum.bck go.sum

0 comments on commit 3d7e834

Please sign in to comment.