Skip to content

Commit

Permalink
Run convertmode tests in pull requests
Browse files Browse the repository at this point in the history
Signed-off-by: Malte Muench <[email protected]>
  • Loading branch information
Malte Muench committed Nov 1, 2024
1 parent 0e3bb77 commit ac238d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: go build -v
working-directory: ./src

- name: Test
- name: Test can2mqtt
run: go test -v
working-directory: ./src

- name: Test convertmodes
run: go test -v
working-directory: ./src/convertmode

0 comments on commit ac238d9

Please sign in to comment.