This commit is contained in:
maddalax 2024-09-22 11:29:28 -05:00
parent dc615d9ad1
commit 919a87dcb2

View file

@ -22,7 +22,7 @@ jobs:
go-version: '1.23' # Specify the Go version you need
- name: Install dependencies
run: go mod download
run: cd ./framework && go mod download
- name: Run Go tests
run: go test ./...
run: cd ./framework && go test ./...