Skip to content

Commit 364571b

Browse files
committed
run real unit suite in test jobs
1 parent fc80108 commit 364571b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install tools
3333
uses: infrablocks/github-actions/asdf_install@v1
3434
- name: Test
35-
run: ./go spec
35+
run: ./go test:unit
3636
- name: Notify Slack
3737
if: ${{ !cancelled() }}
3838
continue-on-error: true

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install tools
3131
uses: infrablocks/github-actions/asdf_install@v1
3232
- name: Test
33-
run: ./go spec
33+
run: ./go test:unit
3434
- name: Notify Slack
3535
if: ${{ !cancelled() }}
3636
continue-on-error: true

0 commit comments

Comments
 (0)