Skip to content

Commit

Permalink
ci: remove useless keygen
Browse files Browse the repository at this point in the history
this was needed when keys weren't generated in the tests themselves
  • Loading branch information
youben11 committed Dec 13, 2023
1 parent c5cf28c commit e19da6b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ jobs:
with:
submodules: recursive

- name: Checkout zbc-fhe-tool
uses: actions/checkout@v3
with:
repository: zama-ai/fhevm-tfhe-cli
ref: main
path: zbc-fhe-tool

- name: Generate TFHE-rs keys
working-directory: ./zbc-fhe-tool
run: |
mkdir -p $HOME/.evmosd/zama/keys/network-fhe-keys
cargo run --features tfhe/x86_64-unix --release -- generate-keys -d $HOME/.evmosd/zama/keys/network-fhe-keys
- name: Run tests
run: make test

Expand Down

0 comments on commit e19da6b

Please sign in to comment.