We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b119e8 commit 628ec4fCopy full SHA for 628ec4f
.github/workflows/release.yml
@@ -206,7 +206,7 @@ jobs:
206
207
- name: Run cargo-kani tests after moving
208
run: |
209
- for dir in function multiple-harnesses verbose; do
+ for dir in supported-lib-types/rlib multiple-harnesses verbose; do
210
>&2 echo "Running test $dir"
211
pushd ${{ github.workspace }}/../post-setup-tests/cargo-ui/$dir
212
cargo kani
0 commit comments