LeaYeh / minishell

MiniShell is a minimalistic shell interpreter, supporting features like basic command execution, environment variable handling, command chaining, redirections, pipes, subshells, and here documents.
MIT License
25 stars 3 forks source link

[CI] Add crash test to CI and make new changes of tester compatible #377

Closed itislu closed 2 months ago

itislu commented 2 months ago

The crash test runs all tests, once with and once without environment, and only check for crashes. It replaces the death (d) test. If any crash is detected, the whole workflow fails. (It will look like this: https://github.com/itislu/minishell/actions/runs/10541229790/job/29206779522) image