mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
7 lines
109 B
C#
7 lines
109 B
C#
namespace Gpt4All.Tests;
|
|
|
|
public static class Traits
|
|
{
|
|
public const string SkipOnCI = "SKIP_ON_CI";
|
|
}
|