diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68be69c..0787f3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build with std - run: cargo build --all --no-default-features --features="std utils clap" + run: cargo build --all --no-default-features --features="std utils" - name: Build with no_std run: cargo build --all --no-default-features - name: Run tests with std