Skip to content

Commit

Permalink
Check with verify-rst-std
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent 988151e commit d80dbdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
path: verify-rust-std
submodules: true

- name: Run ls
run: ls ./verify-rust-std/library

- name: Run Kani Script
run: bash ./verify-rust-std/scripts/check_kani.sh ./verify-rust-std/
3 changes: 1 addition & 2 deletions .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
path: head

- name: Run ls
run: ls ./head

run: ls ./head/library

- name: Run rustc script
run: bash ./head/scripts/check_rustc.sh ./head

0 comments on commit d80dbdf

Please sign in to comment.