mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
misc: CI updated to skip tests when compiling (they are compiled after when running them)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user