diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-07-27 09:34:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 09:34:13 +0100 |
| commit | c10ba684e0e22250b55bef0d14f0898ac900b28d (patch) | |
| tree | 23a4e3738e90cf94242dbd0144f0b2262f942388 /.github/workflows/nix.yml | |
| parent | use Ctrl-n instead of Alt-n on macOS (#1106) (diff) | |
| download | atuin-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.yml | 2 |
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: |
