Skip to content

Commit

Permalink
run task tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Dec 20, 2024
1 parent 22b7521 commit 2ca682f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ cp catalog-test.yml catalog.yml

# Run all _test.go files in main directory and subdirectories
go test ./...

cd cmd/tasks
go test ./...

0 comments on commit 2ca682f

Please sign in to comment.