aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/nix.yml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-07-27 09:34:13 +0100
committerGitHub <noreply@github.com>2023-07-27 09:34:13 +0100
commitc10ba684e0e22250b55bef0d14f0898ac900b28d (patch)
tree23a4e3738e90cf94242dbd0144f0b2262f942388 /.github/workflows/nix.yml
parentuse Ctrl-n instead of Alt-n on macOS (#1106) (diff)
downloadatuin-c10ba684e0e22250b55bef0d14f0898ac900b28d.zip
some simple server tests (#1096)
* some simple server tests * fmt * logging in server test * log server errors * fix postgres uri * postgres ports * localhost again? * Rebase fixes --------- Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
Diffstat (limited to '.github/workflows/nix.yml')
-rw-r--r--.github/workflows/nix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml
index 3e5483bd..6903650a 100644
--- a/.github/workflows/nix.yml
+++ b/.github/workflows/nix.yml
@@ -19,7 +19,7 @@ jobs:
- name: Run nix flake check
run: nix flake check --print-build-logs
- build:
+ build-test:
runs-on: ubuntu-latest
steps: