Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnieGrenat authored Nov 4, 2024
1 parent e997267 commit f95b2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

- name: Build Client
run: go build -v ./src/Client/Client.go

- name: Test Bank
run: go test ./src/Server/Bank

- name: Test
run: go test -v ./...

0 comments on commit f95b2f0

Please sign in to comment.