Skip to content

Commit

Permalink
fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisbaccour committed Oct 11, 2024
1 parent 6e9d068 commit f02d37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- name: test
run: |
docker run --rm worker:${{ github.sha }} cargo test
docker run --rm base cargo test
private-push:
name: Push Docker Images to AWS
Expand Down
1 change: 1 addition & 0 deletions lgn-provers/src/provers/v1/query/dummy_prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use parsil::assembler::DynamicCircuitPis;
use std::thread::sleep;
use verifiable_db::query::universal_circuit::universal_circuit_inputs::Placeholders;

#[allow(dead_code)]
pub(crate) struct DummyProver;

impl StorageQueryProver for DummyProver {
Expand Down

0 comments on commit f02d37d

Please sign in to comment.