Skip to content

Commit 85bc971

Browse files
committed
re-order test in order of run time
1 parent 2ebd0cc commit 85bc971

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
run: mockery
6868
working-directory: ./integration
6969

70-
- name: Run tests
70+
- name: Run integration tests
7171
run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
72-
working-directory: ./dbos
72+
working-directory: ./integration
7373
env:
7474
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -81,9 +81,9 @@ jobs:
8181
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383

84-
- name: Run integration tests
84+
- name: Run tests
8585
run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
86-
working-directory: ./integration
86+
working-directory: ./dbos
8787
env:
8888
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
89-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)