Update test.yml -> unique jobs names

This commit is contained in:
jdegenstein 2024-02-01 16:20:49 -06:00 committed by GitHub
parent 74c4bcd37c
commit 59cbc34061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: