Skip to content

Commit

Permalink
Adding Cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
shimib committed Jan 31, 2024
1 parent 63f154c commit ce48e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildinfoschema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ func TestGoSchema(t *testing.T) {
validateBuildInfoSchema(t, "go", filepath.Join("golang", "project"), func() {})
}

func TestCargoSchema(t *testing.T) {
validateBuildInfoSchema(t, "cargo", filepath.Join("cargo", "project"), func() {})
}

func TestMavenSchema(t *testing.T) {
validateBuildInfoSchema(t, "mvn", filepath.Join("maven", "project"), func() {})
}
Expand Down

0 comments on commit ce48e0a

Please sign in to comment.