Skip to content

Commit

Permalink
ci: Test each package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Jan 6, 2024
1 parent 72b78ca commit e9a8da3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,17 @@ jobs:
with:
go-version: '1.21'

- name: Test
run: go test -v ./...
- name: Test NS tools
run: go test -v ./ns/...

- name: Test NS3
run: go test -v ./ns/v3/...

- name: Test NS4
run: go test -v ./ns/v4/...

- name: Test Examples
run: go test -v ./examples/...

- name: Test EUD
run: go test -v ./eud/v171/...

0 comments on commit e9a8da3

Please sign in to comment.