Skip to content

Commit 57958e3

Browse files
🔧 Remove tests from release action.
1 parent 62f7128 commit 57958e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
fi
2323
echo "tag does not match version in gleam.toml, refusing to publish"
2424
exit 1
25-
- run: gleam format --check src test
26-
- run: gleam test
25+
- run: gleam format --check src
2726
- run: gleam publish -y
2827
env:
2928
HEXPM_USER: ${{ secrets.HEX_USERNAME }}

0 commit comments

Comments
 (0)