Skip to content

ci: add workflow test-all #1

ci: add workflow test-all

ci: add workflow test-all #1

Workflow file for this run

name: Test all (on all branches)
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: dotnet build
run: dotnet build
- name: dotnet test
run: dotnet test