diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 20ec993..27570f0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,6 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - run: cargo build --verbose + run: cargo build --verbose --no-default-features --features=app,file - name: Run tests - run: cargo test --verbose + run: cargo test --verbose --no-default-features --features=app,file