To reduce bot traffic you must login to view /lordwelch/gokrazy/src/commit/cc835e3b7f24ca33c2f7b95c696a81df8d78f3cc/go.sum.
The GitHub login only links via username.

Files
2022-01-30 14:52:52 +01:00

12 lines
208 B
Go

package main
import (
"testing"
"github.com/gokrazy/gokrazy/integration/integrationtest"
)
func TestMBRBoot(t *testing.T) {
integrationtest.Run(t, "github.com/gokrazy/mbrboot", "qemumbrtesting", nil)
}