Skip to content

Commit

Permalink
Merge pull request #361 from spacemeshos/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow - don't run long tests
  • Loading branch information
poszu authored Aug 29, 2023
2 parents 20785a5 + f6ab2dc commit e2d22fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: make lint-github-action
- name: test
run: make test
env:
TEST_FLAGS: -short
- name: build
run: make build
- name: Release
Expand Down

0 comments on commit e2d22fa

Please sign in to comment.