trying to make tests work with new metadata
This commit is contained in:
parent
55649e181a
commit
c196c11860
6 changed files with 45 additions and 29 deletions
4
Makefile
4
Makefile
|
|
@ -44,6 +44,10 @@ install: build-release
|
|||
$(MAKE) sign-release
|
||||
install target/release/rqbit "$(HOME)/bin/"
|
||||
|
||||
@PHONY: test
|
||||
test:
|
||||
ulimit -n unlimited && cargo test
|
||||
|
||||
@PHONY: release-macos-universal
|
||||
release-macos-universal:
|
||||
cargo build --target aarch64-apple-darwin --profile release-github
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue