Some checks failed
Test / Create distribution (push) Successful in 26s
Test / Sandbox (push) Successful in 2m23s
Test / Sandbox (race detector) (push) Successful in 3m17s
Test / Fpkg (push) Successful in 4m21s
Test / Fortify (race detector) (push) Failing after 6m16s
Test / Fortify (push) Failing after 2m7s
Test / Flake checks (push) Has been skipped
Signed-off-by: Ophestra <cat@gensokyo.uk>
10 lines
170 B
Go
10 lines
170 B
Go
package state_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.gensokyo.uk/security/fortify/internal/state"
|
|
)
|
|
|
|
func TestMulti(t *testing.T) { testStore(t, state.NewMulti(t.TempDir())) }
|