Skip to content

Commit

Permalink
Build devShell and run tests before making a release
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Apr 12, 2024
1 parent 5e8479c commit 9ced0f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Cache Nix Store
uses: DeterminateSystems/magic-nix-cache-action@v4

- name: Build devShell
run: nix build .#devShells.x86_64-linux.default

- name: Run tests
run: nix develop -c bin/kaocha

- name: Deploy release jar
run: |
nix develop -c clojure -T:build jar :snapshot false
Expand Down

0 comments on commit 9ced0f1

Please sign in to comment.