Skip to content

Better naming of package #15

Better naming of package

Better naming of package #15

Workflow file for this run

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