Skip to content

update test + add parallel example #5

update test + add parallel example

update test + add parallel example #5

Workflow file for this run

---
name: Tests
on: push
jobs:
tests:
name: Unit Testing
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- run: dotnet test
env:
TESTINGBOT_KEY: ${{ secrets.TESTINGBOT_KEY }}
TESTINGBOT_SECRET: ${{ secrets.TESTINGBOT_SECRET }}