Skip to content

Commit 934773b

Browse files
committed
ci: fix unix_tests.yml
Signed-off-by: Sergio Lopez <[email protected]>
1 parent 943e6d9 commit 934773b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: Tests
1+
name: Unit tests
22
on: [pull_request]
33

44
jobs:
5-
unit-tests:
6-
name: Unit tests (${{ matrix.name }})
7-
runner: ubuntu-latest
8-
runs-on: ${{ matrix.runner }}
5+
unit-tests-linux-x86_64:
6+
name: Unit tests (Linux x86_64)
7+
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v4
1110

@@ -23,4 +22,5 @@ jobs:
2322
sudo usermod -a -G kvm $USER
2423
2524
- name: Unit tests
26-
run: cargo test
25+
run: cargo test
26+

0 commit comments

Comments
 (0)