Drop failing macos tests for OTP21 and 22

This commit is contained in:
Sean Hinde
2023-01-13 17:01:16 +01:00
parent 82ad650674
commit 0161d92f61
3 changed files with 5 additions and 20 deletions
+5 -4
View File
@@ -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