Skip to content

Commit

Permalink
Update elixir.yml; add rust
Browse files Browse the repository at this point in the history
  • Loading branch information
NatTuck authored Oct 1, 2024
1 parent deffa90 commit 3ea7f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
Expand All @@ -57,7 +58,9 @@ jobs:
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
- name: Install tmptmpfs
run: (cd support/tmptmpfs && cargo build && ./install.sh)
- name: Setup
run: mix ecto.setup
run: MIX_ENV=test mix ecto.setup
- name: Run tests
run: mix test

0 comments on commit 3ea7f6d

Please sign in to comment.