Skip to content

Commit

Permalink
Check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jul 30, 2024
1 parent d80dbdf commit f9c240f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: true

- name: Run ls
run: ls ./verify-rust-std/library
run: ls ${{github.workspace}}

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

- name: Run ls
run: ls ./head/library
run: ls ${{ github.workspace }}

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

0 comments on commit f9c240f

Please sign in to comment.