Skip to content

Commit

Permalink
fix: cleanup and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaborie committed Dec 1, 2024
1 parent 5e5c6c9 commit 01c9e03
Show file tree
Hide file tree
Showing 16 changed files with 1,162 additions and 996 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: [1.64.0] # Clap
msrv: [1.74.0]
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 4 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
/home/runner/.cargo
key: ${{ matrix.toolchain }}-target
- name: Run docker compose
uses: isbang/[email protected]
with:
compose-file: "./docker/docker-compose.yaml"
run: docker compose --file ./docker/docker-compose.yaml up -d
- name: 'Wait until the container is healthy'
uses: raschmitt/wait-for-healthy-container/@master
with:
Expand Down Expand Up @@ -75,9 +73,7 @@ jobs:
- name: cargo update -Zminimal-versions
run: cargo +nightly update -Zminimal-versions
- name: Run docker compose
uses: isbang/[email protected]
with:
compose-file: "./docker/docker-compose.yaml"
run: docker compose --file ./docker/docker-compose.yaml up -d
- name: 'Wait until the container is healthy'
uses: raschmitt/wait-for-healthy-container/@master
with:
Expand Down Expand Up @@ -115,9 +111,7 @@ jobs:
# cd "C:\Program Files\Docker\Docker"
# ./DockerCli.exe -SwitchDaemon
# - name: Run docker compose
# uses: isbang/[email protected]
# with:
# compose-file: "./docker/docker-compose.yaml"
# run: docker compose --file ./docker/docker-compose.yaml up -d
# - name: 'Wait until the container is healthy'
# uses: raschmitt/wait-for-healthy-container/@master
# with:
Expand Down Expand Up @@ -151,9 +145,7 @@ jobs:
/home/runner/.cargo
key: coverage-target
- name: Run docker compose
uses: isbang/[email protected]
with:
compose-file: "./docker/docker-compose.yaml"
run: docker compose --file ./docker/docker-compose.yaml up -d
- name: 'Wait until the container is healthy'
uses: raschmitt/wait-for-healthy-container/@master
with:
Expand Down
6 changes: 6 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[default]

extend-ignore-identifiers-re = [
# This is a commit hash, not a word
"ba28284",
]
Loading

0 comments on commit 01c9e03

Please sign in to comment.