Skip to content

Commit

Permalink
ci: test charon
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed May 15, 2024
1 parent 6cce50e commit 540bf8d
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 540bf8d

Please sign in to comment.