diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ac1991..045b207 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -282,6 +282,9 @@ jobs: NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits NOMOS_TESTNET_IMAGE: nomos-testnet:local DOCKER_BUILDKIT: 1 + CARGO_INCREMENTAL: 0 + CARGO_PROFILE_DEV_DEBUG: 0 + RUSTFLAGS: -C debuginfo=0 steps: - name: Checkout repository uses: actions/checkout@v4