func TestParseEnvWithSpecificMatrixVariables(t *testing.T) {

    matrix := []string{
        "FOO=foo BAR=bar",
        "FOO=bar BAR=foo",