Skip to content

Commit

Permalink
ci: consolidate test libdogecoin section
Browse files Browse the repository at this point in the history
  • Loading branch information
xanimo committed Jun 15, 2023
1 parent 9cfe63f commit 045679c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,20 +233,11 @@ jobs:
"aarch64-linux")
qemu-aarch64 -E LD_LIBRARY_PATH=/usr/aarch64-linux-gnu/lib/ /usr/aarch64-linux-gnu/lib/ld-linux-aarch64.so.1 ./tests
;;
"x86_64-win")
make check -j"$(getconf _NPROCESSORS_ONLN)" V=1
;;
"i686-win")
make check -j"$(getconf _NPROCESSORS_ONLN)" V=1
;;
"x86_64-macos")
make check -j"$(getconf _NPROCESSORS_ONLN)" V=1
;;
"x86_64-linux-dbg")
make check -j"$(getconf _NPROCESSORS_ONLN)" V=1
python3 tooltests.py
;;
"i686-linux")
*)
make check -j"$(getconf _NPROCESSORS_ONLN)" V=1
;;
esac
Expand Down

0 comments on commit 045679c

Please sign in to comment.