Skip to content

Commit 20be3e2

Browse files
Rename build job back as it was
1 parent 4b16e40 commit 20be3e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
pull_request:
88

99
jobs:
10-
build:
11-
name: Build
10+
test:
11+
name: Test
1212

1313
strategy:
1414
fail-fast: false
@@ -57,8 +57,8 @@ jobs:
5757
env:
5858
RUSTFLAGS: "-D warnings"
5959

60-
test:
61-
name: Test
60+
unit-tests:
61+
name: FVP/QEMU based unit tests
6262

6363
runs-on: ubuntu-latest
6464
timeout-minutes: 15

0 commit comments

Comments
 (0)