diff options
author | Son HO | 2024-04-15 16:59:10 +0200 |
---|---|---|
committer | GitHub | 2024-04-15 16:59:10 +0200 |
commit | 2545ad25384156d7d8d798567bc922be798a20e3 (patch) | |
tree | 8c40bb8193267bed4728557d9e8e8ec84810a9d4 /flake.nix | |
parent | 67eaff0b90d693c86d9848cbf598e7c86caba4c4 (diff) | |
parent | 0edc8c924c356052395445cce16fd79ebf468818 (diff) |
Merge pull request #127 from AeneasVerif/fix-ci
Fix CI
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ # files like lakefile.lean, and the user hand-written files) # Run the tests - remark: we could remove the file - make tests -j $NIX_BUILD_CORES + make test-all -j $NIX_BUILD_CORES # Check that there are no differences between the generated tests # and the original tests |