diff options
author | Franck Cuny <franck@fcuny.net> | 2024-01-22 08:13:25 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-01-22 08:13:25 -0800 |
commit | b0760e85d35c746ceb7ff7bedad8c7cd33f14bd5 (patch) | |
tree | 882c1ffe7ad9bef85e64193100df7f3007485435 /.github/workflows/ci.yaml | |
parent | add build information to `flake-info` (diff) | |
download | world-b0760e85d35c746ceb7ff7bedad8c7cd33f14bd5.tar.gz |
build binaries and run commands on CI
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85598d8..6c70ff3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,3 +28,6 @@ jobs: experimental-features = nix-command flakes - run: nix flake check - run: nix develop -c echo OK + - run: make all + - run: ./bin/x509-info github.com + - run: ./bin/flake-info |