File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 4141 # Only run tests on `amd64` as all others exit with exec error
4242 TEST_LEVEL="none"
4343 if [[ "${ARCH}" == "amd64" ]]; then
44- TEST_LEVEL="simple "
44+ TEST_LEVEL="advanced "
4545 fi
4646 echo ::set-env name=TEST_LEVEL::"${TEST_LEVEL}"
4747
Original file line number Diff line number Diff line change @@ -135,17 +135,8 @@ ENV TEST_NO_FUSE 1
135135ENV TEST_NO_DOCKER 1
136136ENV TEST_VERBOSE 1
137137
138- # TODO: (?) only run tests when ${ARCH} == "amd64"
139- # TODO: Both of these crash when called directly, that's why it's split into individual calls below :/
140- # RUN make test
141138RUN make test_short
142139
143- # TODO: The following 4 lines are only needed, because direct `make test[_short]` fails…
144- # RUN make deps
145- # RUN make test_sharness_deps
146- # RUN make test_go_expensive
147- # RUN make test_sharness_short
148-
149140
150141#
151142# # This stage picks up whichever test level was selected, and produces the final binary at `/bin/ipfs`
You can’t perform that action at this time.
0 commit comments