Skip to content

Remove support for C# and update readme #440

Remove support for C# and update readme

Remove support for C# and update readme #440

Workflow file for this run

name: 'Run C# tests'
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'main'
jobs:
test-cs:
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