run test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-03-15 23:04:28 +01:00
parent 02823b6c3c
commit 0d51ef9628
2 changed files with 4 additions and 2 deletions

View file

@ -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

4
Cargo.lock generated
View file

@ -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"