Skip to content

Commit

Permalink
Improve name of GitHub test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHag committed Feb 17, 2024
1 parent c4a46a9 commit e431638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tests
on: [push, pull_request]

jobs:
build:
ubuntu-tests:
runs-on: ubuntu-latest

strategy:
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
make test
macos-build:
macos-tests:
runs-on: macos-latest

strategy:
Expand Down

0 comments on commit e431638

Please sign in to comment.