mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
Remove explicit "default" test config argument.
Not specifying the test config implicitly selects default args.
This commit is contained in:
parent
15a01cf15f
commit
c9d9fcad2a
3
.github/configs
vendored
3
.github/configs
vendored
@ -9,6 +9,9 @@
|
||||
# LTESTS
|
||||
|
||||
config=$1
|
||||
if [ "$config" = "" ]; then
|
||||
config="default"
|
||||
fi
|
||||
|
||||
unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO
|
||||
|
||||
|
2
.github/workflows/selfhosted.yml
vendored
2
.github/workflows/selfhosted.yml
vendored
@ -50,8 +50,6 @@ jobs:
|
||||
- sol10
|
||||
- sol11
|
||||
- win10
|
||||
configs:
|
||||
- default
|
||||
# Then we include any extra configs we want to test for specific VMs.
|
||||
include:
|
||||
- { os: ARM64, configs: pam }
|
||||
|
Loading…
x
Reference in New Issue
Block a user