Skip to content

Commit

Permalink
TASK: tests include sda self-check
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-daehne committed Oct 2, 2023
1 parent 4f33278 commit db0f2b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ function test() {
go test ./dataStructures
go test ./parsing
go test ./rendering
self_check
}

# runs the dependency analysis against this project
function self_check() {
go run . validate .
go run . visualize .
}

# Builds the project locall and creates a release
Expand Down

0 comments on commit db0f2b5

Please sign in to comment.