Sysnya/.forgejo/workflows/test.yml
femsci 49b7f80265
All checks were successful
test / unit-test (push) Successful in 41s
.NET 8
2023-12-01 20:26:36 +01:00

13 lines
289 B
YAML

name: test
on: [push]
jobs:
unit-test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: "Setup .NET"
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100
- name: "Unit test"
run: dotnet test