diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 397b0a97..21d752f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.rust }} - override: true + profile: minimal - name: check clippy - run: make check-clippy RUSTV=${{ matrix.rust }} + run: make check-clippy test: name: Smoke test (${{ matrix.os }}, ${{ matrix.node }}) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index a23b0d01..2392f2dd 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -32,5 +32,5 @@ serde_json = "1.0.53" futures-lite = "1.7.0" uuid = "1.1.0" -node-bindgen = { path = ".."} +node-bindgen = { path = "..", features = ["default"]} fluvio-future = { version = "0.6.0", features = ["timer"] } \ No newline at end of file