chore(ci): Improve naming conventions

Should make it easier to determine which test is which from a glance.
This commit is contained in:
Donovan Glover 2024-04-06 05:58:56 -04:00
parent 3ddd42330d
commit 2e50a1b3b3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,4 +1,4 @@
name: tests
name: ci
on:
push:
@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix flake check --no-build
nix:
test:
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3