Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Tautschnig <mt@debian.org>
  • Loading branch information
jaisnan and tautschnig committed Sep 13, 2024
1 parent c18d6d5 commit 98f213c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
submodules: true

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

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

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

0 comments on commit 98f213c

Please sign in to comment.