mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 17:16:21 +00:00
fix(tests): complete migration to content-based stubbing in functional tests
This commit is contained in:
@@ -45,7 +45,6 @@ ARCH="$(uname | tr '[:upper:]' '[:lower:]')"
|
||||
case "$ARCH" in
|
||||
linux*)
|
||||
# Reduced set of configurations for faster CI
|
||||
# Uncomment additional configurations for more thorough testing
|
||||
tests=(
|
||||
# 1. Full build (all features enabled)
|
||||
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
|
||||
@@ -66,7 +65,6 @@ case "$ARCH" in
|
||||
;;
|
||||
darwin*)
|
||||
# Reduced set of configurations for faster CI
|
||||
# Uncomment additional configurations for more thorough testing
|
||||
tests=(
|
||||
# 1. Full build (all features enabled)
|
||||
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
|
||||
@@ -93,7 +91,6 @@ case "$ARCH" in
|
||||
CC="egcc -std=gnu99 -fexec-charset=UTF-8"
|
||||
|
||||
# Reduced set of configurations for faster CI
|
||||
# Uncomment additional configurations for more thorough testing
|
||||
tests=(
|
||||
# 1. Full build (all features enabled)
|
||||
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
|
||||
|
||||
Reference in New Issue
Block a user