Setting up and running the Aurora test suite #6093
nagisa
started this conversation in
Contract Runtime
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to run the Aurora test suite (on Ubuntu):
^12.0
is the requirement, I believe) of nodejs and node-yarn installed. In particular, note that the packages provided by Ubuntu are too old and won't work. Foryarn
I used instructions here;docker ps
– this may require adding your user to thedocker
group (sudo usermod -aG docker $USER
);make check
.Beta Was this translation helpful? Give feedback.
All reactions