diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be2062c..fb8b99c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Build Sway run: | cd ${{ matrix.project }} - forc build --release --locked + forc build --release --locked --error-on-warnings test-projects: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 25eef77..05adc45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Description of the upcoming release here. - [#8](https://github.com/FuelLabs/sway-standard-implementations/pull/8) Adds SRC-14 owned proxy usage scripts and docs. - [#10](https://github.com/FuelLabs/sway-standard-implementations/pull/10) Sets owned_proxy sway-libs dependency to version v0.23.0. - [#17](https://github.com/FuelLabs/sway-standard-implementations/pull/17) Update Owned Proxy to support `forc`'s deploy proxy feature. +- [#19](https://github.com/FuelLabs/sway-standard-implementations/pull/19) Adds CI checks for `forc` compiler warnings. ### Changed