Remove explicit "default" test config argument.

Not specifying the test config implicitly selects default args.
This commit is contained in:
Darren Tucker 2022-11-27 09:16:15 +11:00
parent 15a01cf15f
commit c9d9fcad2a
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

3
.github/configs vendored
View File

@ -9,6 +9,9 @@
# LTESTS
config=$1
if [ "$config" = "" ]; then
config="default"
fi
unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO

View File

@ -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 }