diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4c4066..a133f9e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,4 +67,4 @@ jobs: run: forc fmt --path examples --check - name: Build All Examples - run: forc build --error-on-warnings --path examples + run: forc build --path examples