Skip to content

Commit

Permalink
Makefile: use CARGOFLAGS for test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Apr 5, 2024
1 parent 5e5b7e3 commit dd403fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustls-libssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ endif
all: target/ciphers target/client target/constants target/$(PROFILE)/libssl.so.3

test: all
${CARGO} test --locked
${CARGO} test $(CARGOFLAGS)

integration: all
${CARGO} test --locked -- --ignored
${CARGO} test $(CARGOFLAGS) -- --ignored

target:
mkdir -p $@
Expand Down

0 comments on commit dd403fb

Please sign in to comment.