diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f931d6..33ceb18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/README.md b/README.md index 516937f..903ed5b 100644 --- a/README.md +++ b/README.md @@ -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)