nixosTests.nginx-variants: also test nginxQuic

This commit is contained in:
ajs124 2021-07-08 23:43:58 +02:00
parent 805e945e82
commit 68a240b46a

@ -29,5 +29,5 @@ builtins.listToAttrs (
};
}
)
[ "nginxStable" "nginxMainline" "nginxShibboleth" "openresty" "tengine" ]
[ "nginxStable" "nginxMainline" "nginxQuic" "nginxShibboleth" "openresty" "tengine" ]
)