Skip to content

Commit bb4fbcc

Browse files
committed
Rename a few files
1 parent 70fa99b commit bb4fbcc

3 files changed

Lines changed: 5 additions & 434 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: diff-BLAS
1+
name: diffblas
22

33
on:
44
push:
@@ -72,17 +72,17 @@ jobs:
7272
cd BLAS
7373
make ${{ matrix.mode_name }}
7474
75-
- name: Run tests for mode ${{ matrix.mode_name }} -- v1
75+
- name: Run tests for mode ${{ matrix.mode_name }}
7676
run: |
7777
cd BLAS
7878
chmod +x run_tests.sh
7979
./run_tests.sh ${{ matrix.mode_option }}
8080
81-
- name: Run tests for mode ${{ matrix.mode_name }} -- v2
81+
- name: Dashboard for mode ${{ matrix.mode_name }}
8282
run: |
8383
cd BLAS
84-
chmod +x run_tests_v2.sh
85-
./run_tests_v2.sh ${{ matrix.mode_option }}
84+
chmod +x dashboard.sh
85+
./dashboard.sh ${{ matrix.mode_option }}
8686
8787
- name: Upload results
8888
uses: actions/upload-artifact@v4
File renamed without changes.

0 commit comments

Comments
 (0)