Skip to content

Commit

Permalink
Update the ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 10, 2023
1 parent 57ffe2c commit d527795
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
- run: nix build -L .#checks.x86_64-linux.aeneas-tests
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-fstar
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-coq
# HOL4 can be reactivated, but it is very slow
#- run: nix build -L .#checks.x86_64-linux.aeneas-verify-hol4
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-hol4
# Lean doesn't work with Nix
#- run: nix build -L .#checks.x86_64-linux.aeneas-verify-lean
lean: # Lean isn't supported by Nix, so we need to add extra steps
lean: # Lean isn't supported by Nix, so we put it in a different job
runs-on: [ubuntu-latest]
steps:
# Install curl
Expand All @@ -30,5 +29,6 @@ jobs:
# Checkout the repo and download it to the runner
- name: Checkout
uses: actions/checkout@v4
# Verify
# Verify - note that we need to update the environment with `source` so
# that the lake binary is in the path.
- run: source ~/.profile && cd tests/lean && make

0 comments on commit d527795

Please sign in to comment.