Skip to content

Commit

Permalink
add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Mar 27, 2024
1 parent cd81f1c commit 3aaa0e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions publish
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
set -ex
cargo test --workspace --all-features
cargo check --workspace --all-features
cargo test --workspace
cd quoth-macros
cargo publish
cd ..
cargo publish

0 comments on commit 3aaa0e0

Please sign in to comment.