fix: check in a script that runs `cargo check` for Windows and Linux
parent
3639862c04
commit
c829aaa038
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
cargo check -p ptth_server --target x86_64-pc-windows-gnu
|
||||||
|
cargo check -p ptth_server --target x86_64-unknown-linux-gnu
|
Loading…
Reference in New Issue