Skip to content

Commit

Permalink
Run forge doc on CI (#111)
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
capossele authored May 14, 2024
1 parent a4c542f commit 15942ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ jobs:
- run: cargo install --force --locked cargo-risczero@$RISC0_CRATE_VERSION
- run: cargo risczero install --version $RISC0_TOOLCHAIN_VERSION
- run: cargo doc --no-deps --workspace
# TODO(#18) debug forge doc and get this working
#- run: forge doc --root contracts
- run: forge doc
#- run: sccache --show-stats

# Run as a separate job because we need to install a different set of tools.
Expand Down
2 changes: 2 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
forge-std/=lib/forge-std/src/
openzeppelin/=lib/openzeppelin-contracts/

0 comments on commit 15942ff

Please sign in to comment.