mirror of
https://github.com/cheat/cheat.git
synced 2026-03-07 11:13:33 +01:00
fix(Paths): Android support
Add `"android"` to the explicit whitelist of supported operating systems. This may resolve incompatibilities with certain Android environments.
This commit is contained in:
@@ -21,6 +21,7 @@ func TestValidatePathsNix(t *testing.T) {
|
||||
|
||||
// specify the platforms to test
|
||||
oses := []string{
|
||||
"android",
|
||||
"darwin",
|
||||
"freebsd",
|
||||
"linux",
|
||||
|
||||
Reference in New Issue
Block a user