Skip to content

Commit d09658d

Browse files
committed
Run all short tests for git-tag push
1 parent bc72e4d commit d09658d

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,8 @@ ENV TEST_NO_FUSE 1
135135
ENV TEST_NO_DOCKER 1
136136
ENV 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
141138
RUN 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`

0 commit comments

Comments
 (0)