File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export VERIFY_RUST_STD_LIBRARY=$WORKSPACE/verify-rust-std/library
1313# * update runid after verify-rust-std submodule syncs
1414# * update snapshots after runid changes
1515rm tmp -rf
16- gh run download -D tmp -R model-checking/verify-rust-std ca5f7b8bb3f19
16+ gh run download -D tmp -R model-checking/verify-rust-std 16777123952
1717
1818ls -alh $VERIFY_RUST_STD_LIBRARY
1919
Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ jobs:
7373 - name : Kani list
7474 working-directory : verify-rust-std
7575 if : ${{ env.AUTO == '' }}
76- run : kani list -Zlist ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
76+ run : kani list ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
7777
7878 - name : Kani list with Autoharness
7979 working-directory : verify-rust-std
8080 if : ${{ env.AUTO == '-autoharness' }}
81- run : kani autoharness -Z autoharness --list -Z list ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
81+ run : kani autoharness -Z autoharness --list ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
8282
8383 - name : View list
8484 working-directory : verify-rust-std
You can’t perform that action at this time.
0 commit comments