Skip to content

Commit

Permalink
Merge pull request #671 from hacspec/pnmadelaine/charon
Browse files Browse the repository at this point in the history
CI: test Charon
  • Loading branch information
W95Psp authored May 15, 2024
2 parents c90e695 + 540bf8d commit bdf0ca7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/charon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
pull_request:

jobs:
charon:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@main
- uses: actions/checkout@v4
with:
repository: AeneasVerif/charon
- run: |
cd charon
cargo update -p hax-frontend-exporter --precise ${{ github.sha }}
cargo update -p hax-frontend-exporter-options --precise ${{ github.sha }}
- run: nix build -L

0 comments on commit bdf0ca7

Please sign in to comment.