Skip to content

Commit

Permalink
fix: connect server
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatACotton committed Apr 7, 2024
1 parent 3fba3c0 commit 8b00b84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -20,7 +19,9 @@ jobs:
run: |
cd internal/cart
go test -run TestCartUtils
midium_tests:
cd ..
medium_tests:
runs-on: ubuntu-latest
needs: small_tests
steps:
Expand Down

0 comments on commit 8b00b84

Please sign in to comment.