Skip to content

Commit

Permalink
fix: workflow add test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatACotton committed Apr 6, 2024
1 parent 6a5b21a commit 95db6ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
go-version: "1.20"
- name: execute small test
run: |
/usr/bin/go test -timeout 30s -run ^(TestCartUtils_InspectCart|TestCartUtils_InspectPayload|TestCartUtils_ConvertCart|TestCartUtils_GetTotalAmount)$ github.com/charisworks/charisworks-backend/internal/cart
/usr/bin/go test -timeout 30s -run ^(TestInspectedRegisterPayload|TestInspectedUpdatePayload)$ github.com/charisworks/charisworks-backend/internal/manufacturer
/usr/bin/go test -timeout 30s -run ^(TestInspectProfileUpdatePayload|TestInspectAddressUpdatePayload|TestInspectAddressRegisterPayload)$ github.com/charisworks/charisworks-backend/internal/users
cd internal/cart
go test -run TestCartUtils_InspectCart
- name: Setup databases
run: |
Expand Down

0 comments on commit 95db6ed

Please sign in to comment.