Skip to content

Commit 1218369

Browse files
committed
ci: 5mins to build kani in release mode, so change to debug mode
1 parent 7579417 commit 1218369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: kani
2020
run: |
2121
./scripts/setup/ubuntu/install_deps.sh
22-
cargo build-dev -- --release
22+
cargo build-dev
2323
echo PATH=$(pwd)/scripts:$PATH >> $GITHUB_ENV
2424
2525
- name: Check kani folder

0 commit comments

Comments
 (0)