We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943e6d9 commit 934773bCopy full SHA for 934773b
.github/workflows/unit_tests.yml
@@ -1,11 +1,10 @@
1
-name: Tests
+name: Unit tests
2
on: [pull_request]
3
4
jobs:
5
- unit-tests:
6
- name: Unit tests (${{ matrix.name }})
7
- runner: ubuntu-latest
8
- runs-on: ${{ matrix.runner }}
+ unit-tests-linux-x86_64:
+ name: Unit tests (Linux x86_64)
+ runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
@@ -23,4 +22,5 @@ jobs:
23
22
sudo usermod -a -G kvm $USER
24
25
- name: Unit tests
26
- run: cargo test
+ run: cargo test
+
0 commit comments