Skip to content

Commit

Permalink
Add SRTA
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kc committed Apr 14, 2024
1 parent a3af765 commit cb1b52d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions script/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
set -e
set -x

cargo build --release

5 changes: 5 additions & 0 deletions script/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
set -x

cargo test --all-targets

0 comments on commit cb1b52d

Please sign in to comment.