Skip to content

Commit de97372

Browse files
authored
Merge pull request #1 from quantmind/ls-repo
Fix repo
2 parents fa0d0d2 + d4cffa2 commit de97372

5 files changed

Lines changed: 287 additions & 206 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: run linters
2020
run: make lint-check
21+
- name: Run tests
22+
run: cargo test
2123
- name: Build rops binary
2224
run: cargo build --release
2325
- name: Upload artifact (binary)
@@ -37,6 +39,8 @@ jobs:
3739
uses: dtolnay/rust-toolchain@stable
3840
- name: Install GCC for arm64
3941
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
42+
- name: Run tests
43+
run: cargo test
4044
- name: Build rops binary for arm64
4145
run: rustup target add aarch64-unknown-linux-gnu && cargo build --release --target aarch64-unknown-linux-gnu
4246
- name: Upload artifact (binary for arm64)

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@readme.md

0 commit comments

Comments
 (0)