Skip to content

Commit 445a385

Browse files
committed
chore: modfiy job's name
1 parent f6cb3e0 commit 445a385

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
branches: [ main, dev, tc-l1, tc-l2, tc-l3 ]
66

77
jobs:
8-
build:
9-
name: Difftest Test
10-
runs-on: ubuntu-latest
8+
difftest-isa-test:
9+
name: Difftest ISA Test
10+
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Install dependencies
1414
run: |
15-
cd rtl
16-
make install
15+
cd rtl

0 commit comments

Comments
 (0)