mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Update test.yml -> unique jobs names
This commit is contained in:
parent
74c4bcd37c
commit
59cbc34061
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -3,7 +3,7 @@ name: tests
|
|||
on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
|
||||
tests:
|
||||
tests_x86_64:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
python -m pytest
|
||||
|
||||
tests:
|
||||
tests_arm64:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue