Skip to content

Commit

Permalink
ci: Add more output
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Mar 26, 2024
1 parent dd83e5e commit 068a9a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
name: sgillespie
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build executable
run: nix build .
run: nix build -L .
- name: Run tests
run: |
nix build \
nix build -L \
.#checks.x86_64-linux."gibberish:test:spec" \
.#checks.x86_64-linux."gibberish:test:golden"
- name: Run static checks
run: nix build .#checks.x86_64-linux.fourmoluCheck .#checks.x86_64-linux.hlintCheck
run: nix build -L .#checks.x86_64-linux.fourmoluCheck .#checks.x86_64-linux.hlintCheck
- name: Run benchmarks
run: nix build .#gibberish:bench:main
run: nix build -L .#gibberish:bench:main

0 comments on commit 068a9a6

Please sign in to comment.