Skip to content

Commit

Permalink
dbg: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Dec 18, 2023
1 parent 926b8cc commit 18e836e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Run Forge build
run: |
ls -a
cd src/interfaces && ls -a
cd ../..
forge build --sizes
id: build

Expand Down Expand Up @@ -76,7 +78,7 @@ jobs:
forge build --sizes
id: build

- name: Run Forge tests
- name: Run Forge coverage
run: |
forge coverage
id: coverage

0 comments on commit 18e836e

Please sign in to comment.