Skip to content
Snippets Groups Projects
Commit 890b5d85 authored by Loïck Bonniot's avatar Loïck Bonniot
Browse files

[auth] Lint test

parent 7af71412
No related branches found
No related tags found
1 merge request!3Add crypto library and CI
Pipeline #
......@@ -15,7 +15,10 @@ func TestGeneratePrivateKey(t *testing.T) {
}
if !testing.Short() {
GeneratePrivateKey(4096)
_, err = GeneratePrivateKey(4096)
if err != nil {
t.Fatal(err)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment