Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jul 16, 2024
1 parent b94e4e1 commit 219389d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build]
rustflags = ["-C", "target-cpu=native"]
rustdocflags = ["-C", "target-cpu=native", "--document-private-items"]
rustdocflags = ["-C", "target-cpu=native", "--document-private-items"]

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- 'matcher_rs/src/**'
- 'matcher_c/src/**'
- '.github/workflows/test.yml'
- '.cargo/config.toml'
pull_request:
paths:
- 'matcher_py/src/**'
- 'matcher_rs/src/**'
- 'matcher_c/src/**'
- '.github/workflows/test.yml'
- '.cargo/config.toml'

permissions:
contents: read
Expand Down

0 comments on commit 219389d

Please sign in to comment.