Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Feb 28, 2024
1 parent ba95c6c commit 3f8f5d4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
name: test action

on:

jobs:
test-action:
runs-on: "ubuntu-latest"
steps:
- uses: hacspec/hax-actions
hax_reference: nix-add-hax-env
- run: |
echo "HAX_PROOF_LIBS=$HAX_PROOF_LIBS"
echo "HAX_LIB=$HAX_LIB"
echo "HACL_HOME=$HACL_HOME"
echo "F* version"
fstar.exe --version
echo "hax help"
cargo hax --help

0 comments on commit 3f8f5d4

Please sign in to comment.