adjust test action. 2
This commit is contained in:
parent
5f748b869a
commit
03c1f61b26
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Build
|
||||
run: maturin build --verbose
|
||||
- name: Run tests
|
||||
run: maturin test --verbose
|
||||
run: cargo test --verbose
|
||||
- name: Run E2E tests
|
||||
run: |
|
||||
maturin develop --release
|
||||
|
|
|
@ -9,7 +9,7 @@ keywords = ["graph", "layout", "force-directed"]
|
|||
authors = [ { email = "niko@rerere.org", name = "Niko Abeler" } ]
|
||||
maintainers = [ { email = "niko@rerere.org", name = "Niko Abeler" } ]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
|
@ -20,5 +20,5 @@ classifiers = [
|
|||
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://git.libove.org/h4kor/graph-force"
|
||||
repository = "https://git.libove.org/h4kor/graph-force"
|
||||
homepage = "https://github.com/H4kor/graph-force/"
|
||||
repository = "https://github.com/H4kor/graph-force/"
|
||||
|
|
Loading…
Reference in New Issue