File tree 5 files changed +9
-2
lines changed
5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 37
37
- name : Integration Tests
38
38
run : |
39
39
cd core/rs/integration-check
40
- cargo test
40
+ ./ test.sh
41
41
42
42
- name : Test Core
43
43
run : |
Original file line number Diff line number Diff line change 35
35
- name : Integration Tests
36
36
run : |
37
37
cd core/rs/integration-check
38
- cargo valgrind test
38
+ ./ test-valgrind.sh
39
39
40
40
- name : Test Core
41
41
run : |
Original file line number Diff line number Diff line change
1
+ sed -i .bk ' s/crate-type = \["staticlib"\]/crate-type = \["rlib"\]/' ../bundle/Cargo.toml
2
+ cargo valgrind test
3
+ mv ../bundle/Cargo.toml.bk ../bundle/Cargo.toml
Original file line number Diff line number Diff line change
1
+ sed -i .bk ' s/crate-type = \["staticlib"\]/crate-type = \["rlib"\]/' ../bundle/Cargo.toml
2
+ cargo test
3
+ mv ../bundle/Cargo.toml.bk ../bundle/Cargo.toml
Original file line number Diff line number Diff line change 2
2
#define CRSQLITE_UTIL
3
3
4
4
#include <ctype.h>
5
+ #include <stddef.h>
5
6
6
7
#include "crsqlite.h"
7
8
You can’t perform that action at this time.
0 commit comments