Skip to content

Commit

Permalink
Update elixir.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 1, 2024
1 parent 24b0526 commit aaf74c8
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,11 @@ jobs:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
- name: Run tests
run: mix test
- name: Run dev build
run: mix
- name: Document
run: mix docs
- name: Package
run: mix archive.build
- name: Benchmark add
run: mix run bench/list_add_benchmark.exs
- name: Benchmark sort
run: mix run bench/sort_benchmark.exs
- run: mix deps.get
- run: mix test
- run: mix
- run: mix docs
- run: mix credo
- run: mix archive.build
- run: mix run bench/list_add_benchmark.exs
- run: mix run bench/sort_benchmark.exs

0 comments on commit aaf74c8

Please sign in to comment.