diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 212a44b393..f0cfe8a94b 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -18,14 +18,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - tool: [bindings, yml, license, standalone] + tool: [bindgen, bindings, yml, license, standalone] steps: - name: Checkout uses: actions/checkout@v4 - name: Update toolchain run: rustup update --no-self-update stable && rustup default stable - name: Run - run: cargo run -p tool_${{ matrix.tool }} + run: cargo run -p tool_${{ matrix.tool }} --release - name: Check shell: bash run: |