diff --git a/.drone.yml b/.drone.yml index 2d3d738..d06d6a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: - rustup toolchain install stable-x86_64-pc-windows-gnu - rustup target add x86_64-pc-windows-gnu - rustup component add clippy + - cargo test - cargo clippy --target x86_64-pc-windows-gnu - cargo build --release --target x86_64-pc-windows-gnu - strip target/x86_64-pc-windows-gnu/release/cggitem_sets.exe @@ -37,6 +38,7 @@ steps: commands: - apk add --no-cache musl-dev - rustup component add clippy + - cargo test - cargo clippy - cargo build --release - strip target/release/cggitem_sets diff --git a/Cargo.lock b/Cargo.lock index c3ca387..b71c553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.88" +version = "0.2.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a" +checksum = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6" [[package]] name = "log"