aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-03-26 00:20:46 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-03-26 00:20:46 +0000
commita5b1b935c3555173603181780f68da96bc00c197 (patch)
tree88c1bbf11d2effcdcf230208779f20eff5beb8c4
parent730860dee703fddf09c1e7c95b351f85cf4fb96c (diff)
downloadlustre-a5b1b935c3555173603181780f68da96bc00c197.tar.gz
lustre-a5b1b935c3555173603181780f68da96bc00c197.zip
:wrench: Only run release tests against erlang target.v4.0.0
-rw-r--r--.github/workflows/release.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8957933..ded5b8e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,8 +23,7 @@ jobs:
echo "tag does not match version in gleam.toml, refusing to publish"
exit 1
- run: gleam format --check src test
- - run: gleam test --target erlang
- - run: gleam test --target javascript
+ - run: gleam test
- run: gleam publish -y
env:
HEXPM_USER: ${{ secrets.HEX_USERNAME }}