Skip to content

Commit

Permalink
prepare more commands and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Jul 19, 2024
1 parent c79d961 commit ef0f817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Display Go version
run: go version
- name: Run tests
run: go test ./...
run: sudo go test ./...
- name: Run simple example
run: go run examples/simple/main.go
- name: Run activation example
Expand Down

0 comments on commit ef0f817

Please sign in to comment.