Postponed deallocation in libascot_eval_rfof, improved aesthetic prop… #183
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Tests (light) | |
on: | |
workflow_dispatch: | |
push: | |
branches-ignore: | |
- main | |
- develop | |
- docs | |
jobs: | |
Prepare: | |
permissions: | |
contents: read | |
packages: write | |
uses: ascot4fusion/ascot5/.github/workflows/build.yaml@main | |
Testing: | |
needs: Prepare | |
uses: ascot4fusion/ascot5/.github/workflows/tests.yaml@main | |
with: | |
run_unit_tests: true |