Skip to content

Commit f6b8db5

Browse files
committed
looking for an error
1 parent 9740e65 commit f6b8db5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
- name: Build test projects
6161
run: ./scripts/build_tests.sh
6262

63+
# Run tests
64+
- name: before Run tests
65+
run: cat fuzz-tests/src/test_setup.rs
66+
6367
# Run tests
6468
- name: Run tests
6569
run: cargo test -- --color always

0 commit comments

Comments
 (0)