misc: CI updated to skip tests when compiling (they are compiled after when running them)

This commit is contained in:
donosonaumczuk
2023-03-23 21:56:30 +00:00
parent 353dd03c7e
commit 72e4a538b1

View File

@@ -32,7 +32,7 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --deny-warnings
forge build --deny-warnings --skip test
- name: Run Forge tests
run: |
cp .env.example .env