Skip to content

Commit

Permalink
Run all short tests for git-tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jan 12, 2020
1 parent bc72e4d commit d09658d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Only run tests on `amd64` as all others exit with exec error
TEST_LEVEL="none"
if [[ "${ARCH}" == "amd64" ]]; then
TEST_LEVEL="simple"
TEST_LEVEL="advanced"
fi
echo ::set-env name=TEST_LEVEL::"${TEST_LEVEL}"
Expand Down
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,8 @@ ENV TEST_NO_FUSE 1
ENV TEST_NO_DOCKER 1
ENV TEST_VERBOSE 1

# TODO: (?) only run tests when ${ARCH} == "amd64"
# TODO: Both of these crash when called directly, that's why it's split into individual calls below :/
#RUN make test
RUN make test_short

# TODO: The following 4 lines are only needed, because direct `make test[_short]` fails…
#RUN make deps
#RUN make test_sharness_deps
#RUN make test_go_expensive
#RUN make test_sharness_short


#
## This stage picks up whichever test level was selected, and produces the final binary at `/bin/ipfs`
Expand Down

0 comments on commit d09658d

Please sign in to comment.