Skip to content

Commit

Permalink
ci: Use more descriptive job names
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Aug 8, 2023
1 parent 359764b commit 4236cec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ on:

jobs:
nix-flake-check:
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix flake check
nix-build:
name: nix build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build
cargo-build-and-test:
name: build and test
name: cargo build && cargo test
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 4236cec

Please sign in to comment.