Skip to content

Commit

Permalink
ci: add nowallet functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Jan 9, 2025
1 parent 3edc738 commit 1646525
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,15 @@ linux64_multiprocess-test:
variables:
BUILD_TARGET: linux64_multiprocess

linux64_nowallet-test:
extends:
- .test-template
- .skip-in-fast-mode-template
needs:
- linux64_nowallet-build
variables:
BUILD_TARGET: linux64_nowallet

#linux64_valgrind-test:
# extends:
# - .test-template
Expand Down

0 comments on commit 1646525

Please sign in to comment.