Skip to content

Commit

Permalink
build: Make GHA actually run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Aug 30, 2023
1 parent 2697456 commit 0e1fbe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
run: nix build .
- name: Run tests
run: |
nix build .#gibberish:test:test .#gibberish:test:golden
nix build \
.#checks.x86_64-linux."gibberish:test:spec" \
.#checks.x86_64-linux."gibberish:test:test" \
.#checks.x86_64-linux."gibberish:test:golden"
- name: Run static checks
run: nix build .#checks.x86_64-linux.fourmoluCheck .#checks.x86_64-linux.hlintCheck
- name: Run benchmarks
Expand Down

0 comments on commit 0e1fbe0

Please sign in to comment.