Skip to content

Commit

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

- name: Run ls to debug
run: ls

- name: Run Kani Script
run: bash ${{ github.workspace }}/scripts/check_kani.sh ./verify-rust-std/
3 changes: 3 additions & 0 deletions .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ jobs:
with:
path: head

- name: Run ls to debug
run: ls

- name: Run rustc script
run: bash ${{ github.workspace }}/scripts/check_rustc.sh ./head

0 comments on commit 3a00b2a

Please sign in to comment.