Skip to content

Commit

Permalink
Fix step for without -p
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Sep 6, 2024
1 parent aba4ecf commit 739d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_entrypoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Run Kani Script without -p
working-directory: ${{github.workspace}}/head
run: bash ./head/run-kani.sh --kani-args --harness ptr::verify::check_read_u128 --harness ptr::unique::verify::check_as_mut
run: bash ./run-kani.sh --kani-args --harness ptr::verify::check_read_u128 --harness ptr::unique::verify::check_as_mut

- name: Run Kani Script with a path
run: bash ./head/run-kani.sh -p ${{github.workspace}}/head

0 comments on commit 739d898

Please sign in to comment.