diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-26 00:20:46 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-26 00:20:46 +0000 |
commit | a5b1b935c3555173603181780f68da96bc00c197 (patch) | |
tree | 88c1bbf11d2effcdcf230208779f20eff5beb8c4 | |
parent | 730860dee703fddf09c1e7c95b351f85cf4fb96c (diff) | |
download | lustre-4.0.0.tar.gz lustre-4.0.0.zip |
:wrench: Only run release tests against erlang target.v4.0.0
-rw-r--r-- | .github/workflows/release.yml | 3 |
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 }} |