diff options
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6c70ff3..2c8d647 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,7 @@ jobs: experimental-features = nix-command flakes - run: nix flake check - run: nix develop -c echo OK + - run: make build-environment - run: make all - run: ./bin/x509-info github.com - run: ./bin/flake-info |