Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Aug 13, 2024
1 parent 444dd2c commit d25b730
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions fhevm-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ Exec into postgresql shell
docker exec -u postgres -it fhevm-coprocessor-db-1 psql coprocessor
```

## Running tests
```
cargo test
```

## Running the first working fhevm coprocessor smoke test

Reload database and apply schemas from scratch
Expand All @@ -47,8 +52,4 @@ make recreate_db
Run the server and background fhe worker
```
cargo run -- --run-server --run-bg-worker
```
In another terminal run the custom function that performs the fhe operation smoke testt
```
cargo run -- --run-custom-function
```
```

0 comments on commit d25b730

Please sign in to comment.