Skip to content

Commit 08d5910

Browse files
authored
Merge pull request #9 from camptocamp/poc
Publish on crates.io
2 parents 068ad57 + 893b69a commit 08d5910

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+437
-519
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
target
22
.env
3-
docker-compose.yml
3+
docker-compose.yml
4+
ogcapi.qgz

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: docker exec -i ogcapi cargo fmt --all -- --check
2828

2929
- name: Clippy
30-
run: docker exec -i ogcapi cargo clippy -- -D warnings
30+
run: docker exec -i ogcapi cargo clippy --workspace --all-features --tests -- -D warnings
3131

3232
- name: Test
33-
run: docker exec -i ogcapi cargo test --workspace
33+
run: docker exec -i ogcapi cargo test --workspace --all-features

0 commit comments

Comments
 (0)