Skip to content

Commit

Permalink
bump deps, minor CI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Feb 7, 2024
1 parent 0b4e3f9 commit 0aa6bd7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
-c "exec docker-entrypoint.sh postgres -c ssl=on -c ssl_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem -c ssl_key_file=/etc/ssl/private/ssl-cert-snakeoil.key"
steps:
- uses: taiki-e/install-action@v2
with:
tool: just
with: { tool: just }
- name: Checkout sources
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -108,8 +107,7 @@ jobs:
steps:
- uses: taiki-e/install-action@v2
with:
tool: cross
with: { tool: cross }
- name: Checkout sources
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -362,7 +360,7 @@ jobs:
}
}
EOF
brew services info nginx
brew services start nginx
sleep 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
override: true

- name: Cleanup GCDA files
run: rm -rf martin/target/debug/deps/*.gcda
run: rm -rf martin/target/debug/deps/*.gcda

- name: Run tests
run: cargo test
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aa6bd7

Please sign in to comment.