Skip to content

Commit

Permalink
build: only run short tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 2, 2023
1 parent c044164 commit b26accf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ jobs:
if: runner.os == 'Linux'
run: docker-compose up -d mysql

- name: Check (Linux)
- name: Short Tests
if: runner.os == 'Linux'
run: make check

- name: Check (Non-Linux)
if: runner.os != 'Linux'
run: make check
env:
GOTEST_FLAGS: "-short"
run: make check

create_release:
name: Create Release
Expand Down

0 comments on commit b26accf

Please sign in to comment.