diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fe53fc3..8037194f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 - with: {toolchain: stable, components: clippy, rustfmt} + with: {toolchain: stable, components: "clippy, rustfmt"} - run: cargo clippy -- -D warnings - run: cargo fmt --all -- --check @@ -39,4 +39,4 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: {toolchain: stable} - - run: cargo test + - run: cargo test --features bundled diff --git a/.gitignore b/.gitignore index 1d2db9a9..4dce8c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.idea *.sqlite3 Cargo.lock target