Skip to content

Commit

Permalink
execute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Jan 28, 2024
1 parent 4001b52 commit 4c6b5e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
sudo apt install libsamplerate0 libsamplerate0-dev
-
name: Compile
run: go build
run: go build
-
name: Execute Unit Tests
run: go test ./...

0 comments on commit 4c6b5e8

Please sign in to comment.