Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit d73f53c

Browse files
author
Federico Guerinoni
committed
Add auth tests to CI
Signed-off-by: Federico Guerinoni <guerra@develer.com>
1 parent 3a9817d commit d73f53c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
run: go mod download
1717

1818
- name: run functional tests
19-
run: ./scripts/functional-tests.sh
19+
run: ./scripts/functional-tests.sh
20+
21+
- name: run auth tests
22+
run: go test -v ./auth

0 commit comments

Comments
 (0)