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

Commit

Permalink
Fix scheduled GH action run
Browse files Browse the repository at this point in the history
  • Loading branch information
antekresic committed Sep 1, 2020
1 parent 5082fd2 commit 0490b5b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ jobs:
run: go build -v ./...

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

- name: Test W/O Extension
run: go test -v -race ./pkg/pgmodel/end_to_end_tests/ -use-extension=false

- name: Test extended dataset
run: go test -v -race ./pkg/pgmodel/end_to_end_tests/ -extended-test

- name: Generated
run: |
Expand Down

0 comments on commit 0490b5b

Please sign in to comment.