Skip to content

Commit

Permalink
Merge branch 'main' into toolchain-2024-06-22
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Jun 24, 2024
2 parents 95bdacf + 628ec4f commit 73dcc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Run cargo-kani tests after moving
run: |
for dir in function multiple-harnesses verbose; do
for dir in supported-lib-types/rlib multiple-harnesses verbose; do
>&2 echo "Running test $dir"
pushd ${{ github.workspace }}/../post-setup-tests/cargo-ui/$dir
cargo kani
Expand Down

0 comments on commit 73dcc4c

Please sign in to comment.