Skip to content

Commit 91898fb

Browse files
committed
use test:unit rake task in ci workflows
1 parent 54e947f commit 91898fb

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)