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

Commit

Permalink
chore(): updated pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
le-vlad committed Sep 22, 2024
1 parent 270ec3f commit df055d1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/gotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@ name: Go Test
on:
push:
branches: [main]
paths:
- "pg_stream/**"
pull_request:
branches: [main]
paths:
- "pg_stream/**"

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./pg_stream

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

- name: Install dependencies
run: go mod download

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

0 comments on commit df055d1

Please sign in to comment.