Skip to content

Commit

Permalink
test: run only integration tests in integration step
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jul 11, 2022
1 parent ac62cf4 commit ba33083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: push

jobs:
build:
short-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -45,6 +45,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: run all tests
run: go test -v ./...
- name: run integration tests
run: go test -v ./tests/integration

0 comments on commit ba33083

Please sign in to comment.