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 73849e3 commit 12ebabeCopy full SHA for 12ebabe
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
working-directory: assets
32
run: |
33
ls -alh core.json
34
- head -n 1000 core.json
+ head -n 100 core.json
35
36
- name: Upload core.json
37
uses: actions/upload-artifact@v4
@@ -83,7 +83,7 @@ jobs:
83
84
- name: View list
85
working-directory: verify-rust-std
86
- run: ls -alh kani-list.json && cat kani-list.json
+ run: ls -alh kani-list.json && head -n 100 kani-list.json
87
88
- name: Upload kani-list.json
89
0 commit comments