Skip to content

Commit 628ec4f

Browse files
authored
Fix TestLocalChain CI action (rust-lang#3284)
Replace test used in workflow since we have deleted the function test. I also made this action mandatory for our PRs.
1 parent 5b119e8 commit 628ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
207207
- name: Run cargo-kani tests after moving
208208
run: |
209-
for dir in function multiple-harnesses verbose; do
209+
for dir in supported-lib-types/rlib multiple-harnesses verbose; do
210210
>&2 echo "Running test $dir"
211211
pushd ${{ github.workspace }}/../post-setup-tests/cargo-ui/$dir
212212
cargo kani

0 commit comments

Comments
 (0)