Skip to content

Commit

Permalink
fix: add doc command in ci
Browse files Browse the repository at this point in the history
nakul1010 committed Nov 22, 2023
1 parent b9ba1aa commit d92d70e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,11 @@ jobs:
forge build --sizes
id: build

- name: Run Forge doc
run: |
forge doc --out docs/docs/contracts
id: doc

- name: Run Forge tests
run: |
forge test -vvv

0 comments on commit d92d70e

Please sign in to comment.