Skip to content

build(deps): bump syn from 2.0.67 to 2.0.68 #930

build(deps): bump syn from 2.0.67 to 2.0.68

build(deps): bump syn from 2.0.67 to 2.0.68 #930

Workflow file for this run

name: Ubuntu LTS
on: push
jobs:
rust_tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y cargo rustc libssl-dev pkg-config
- name: Build application
run: |
cargo build
- name: Show version information
run: |
cargo run -- version
- name: Run tests
# network tests can be a bit flaky, so try up to three times
run: |
cargo test || cargo test || cargo test