Skip to content

Commit

Permalink
Have tests output on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 15, 2023
1 parent 96053ae commit 3f80a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:

- name: Test
shell: bash
run: ctest -C Release --test-dir build --parallel
run: ctest -C Release --test-dir build --parallel --output-on-failure
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Currently supported activations:
- [x] PReLU

Additional resources:
- [RTNeural Discord](https://discord.gg/sgwgf39y)
- [API Reference](https://ccrma.stanford.edu/~jatin/chowdsp/RTNeural)
- [Reference Paper](https://arxiv.org/abs/2106.03037)
- [Example Plugin](https://github.com/jatinchowdhury18/RTNeural-example)
Expand Down

0 comments on commit 3f80a27

Please sign in to comment.