users/cmd/001_basic_test.go
GnomeZworc 0eb8c1d907
v1.0.0: test: add first test
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2024-03-15 18:09:30 +01:00

9 lines
99 B
Go

package main_test
import (
"testing"
)
func TestBasic(t *testing.T) {
skipCI(t, "TestBasic")
}