Commit graph

2 commits

Author SHA1 Message Date
e647b2599b
Cache successful commits
```git-check-assertions
run test/git-check-assertions.bats
assert_success

git checkout HEAD~1 bin
run test/git-check-assertions.bats
assert_failure
assert_output --partial "file exists, but it was expected to be absent"
```
2026-03-10 06:49:23 +01:00
c04ccf4974
Run tests when building the nix package 2026-02-22 11:12:22 +01:00