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

Commit

Permalink
chore(): updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
le-vlad committed Sep 22, 2024
1 parent a5b6d4d commit 63bb31d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
test:
name: Run tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./pg_stream

steps:
- uses: actions/checkout@v3
Expand All @@ -17,5 +20,8 @@ jobs:
with:
go-version: "1.22"

- name: Install dependencies
run: go mod download

- name: Run tests
run: cd pg_stream && go mod tidy && go test -v ./...
run: go test -v ./...

0 comments on commit 63bb31d

Please sign in to comment.