Skip to content

Commit

Permalink
Makin' it work, kinda
Browse files Browse the repository at this point in the history
  • Loading branch information
strawmelonjuice committed Dec 31, 2024
1 parent b8a19f6 commit 902326f
Show file tree
Hide file tree
Showing 14 changed files with 1,191 additions and 540 deletions.
51 changes: 26 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
name: tests
on:
push:
branches:
- master
- main
pull_request:
push:
branches:
- master
- main
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.4.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.1.30"
- run: bash ./build.sh --test
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.4.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.1.30"
# For now at least.
- run: bash ./build.sh --test --backend=gleam
Loading

0 comments on commit 902326f

Please sign in to comment.