Skip to content

Commit

Permalink
Revert "Try to speedup"
Browse files Browse the repository at this point in the history
This reverts commit 0458c0b.

Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Sep 18, 2024
1 parent 0458c0b commit 51ef1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG BUILD_OPTS=""
ENV BUILD_OPTS=${BUILD_OPTS}

# Add ncurses used for pretty output in bats tests
RUN apk add --no-cache ncurses parallel
RUN apk add --no-cache ncurses
ENV TERM=xterm

# Add bats-support and bats-assert for testing
Expand Down
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ echo -n "Contained dnsmasq version (DNS): "
dig TXT CHAOS version.bind @127.0.0.1 +short

# Run tests
$BATS -p -j $(nproc) "test/test_suite.bats"
$BATS -p "test/test_suite.bats"
RET=$?

curl_to_tricorder() {
Expand Down

0 comments on commit 51ef1aa

Please sign in to comment.