Skip to content

WIP: Add C# support #445

WIP: Add C# support

WIP: Add C# support #445

Workflow file for this run

name: 'Run C# tests'
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'main'
jobs:
test-java:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash scripts/prep.sh
- run: DAFNY=dafny/dafny TARGET_LANG=cs bash scripts/test.sh