Skip to content

Commit 2b4fd2b

Browse files
committed
feat: add benchmark tests to CI/CD workflow and remove obsolete CI_test_dot workflow
1 parent 01e6a52 commit 2b4fd2b

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

.github/workflows/CI-CD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
fpm run --example demo --compiler ${{ matrix.compiler }} --profile release --verbose
6363
python results/export.py demo_${{ matrix.compiler }}.data
6464
65+
- name: Run benchmark tests
66+
run: fpm @benchmark-dot-test-${{ matrix.compiler }}
6567
doc_ford:
6668
if: ${{ github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip ci]') }}
6769
name: Generate FORD Documentation

.github/workflows/CI_test_dot.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)