nvim-neotest / neotest-go

MIT License
124 stars 43 forks source link

how to add test binary flags #61

Open roychoo opened 10 months ago

roychoo commented 10 months ago

Hi, sorry how can i add the test binary flags? it needs to be after the package -args

    -args
        Pass the remainder of the command line (everything after -args)
        to the test binary, uninterpreted and unchanged.
        Because this flag consumes the remainder of the command line,
        the package list (if present) must appear before this flag.