Drop failing macos tests for OTP21 and 22
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
REBAR=rebar3
|
||||
REBAR3 ?= $(shell test -e `which rebar3` 2>/dev/null && which rebar3 || echo "./rebar3")
|
||||
|
||||
all: compile
|
||||
|
||||
compile:
|
||||
${REBAR} compile
|
||||
${REBAR3} compile
|
||||
|
||||
clean:
|
||||
${REBAR} clean
|
||||
${REBAR3} clean
|
||||
@rm -fr c_src/secp256k1
|
||||
|
||||
test: compile
|
||||
${REBAR} eunit
|
||||
${REBAR3} eunit
|
||||
Reference in New Issue
Block a user