You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hug-dev I think the current way of doing this works well. The extra docker container allows for the go lang installation which is needed (we shouldn't need to download toolchain every time we want to run ci-tests.)
Also, golang ci tests don't need to have parsec service rebuilt every time. This shortens the build/test lifecycle for debugging ci-tests. Can add a script option to re-build the docker container if required.
I think it's fine to remove those
Dockerfile
and directly runghcr.io/parallaxsecond/parsec-service-test-all
in your test script.Originally posted by @hug-dev in #32 (comment)
The text was updated successfully, but these errors were encountered: