Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Update rebar-testing.yml
Browse files Browse the repository at this point in the history
Dont run "as test" because this puts the application code in a different location inside _build, this was frustrating.
  • Loading branch information
wmealing authored Oct 28, 2023
1 parent 006cc75 commit 554f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebar-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: rebar3 lfe compile

- name: Run Tests
run: rebar3 as test lfe ltest
run: rebar3 lfe ltest -tall

0 comments on commit 554f8b5

Please sign in to comment.