We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e6a52 commit 2b4fd2bCopy full SHA for 2b4fd2b
.github/workflows/CI-CD.yml
@@ -62,6 +62,8 @@ jobs:
62
fpm run --example demo --compiler ${{ matrix.compiler }} --profile release --verbose
63
python results/export.py demo_${{ matrix.compiler }}.data
64
65
+ - name: Run benchmark tests
66
+ run: fpm @benchmark-dot-test-${{ matrix.compiler }}
67
doc_ford:
68
if: ${{ github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip ci]') }}
69
name: Generate FORD Documentation
.github/workflows/CI_test_dot.yml
0 commit comments