aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/deps.yml
blob: 828fffaa551b5ffeaf055fdeb9f9e2b67587d078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
jobs:
  latest_deps:
    name: Latest Dependencies
    runs-on: ubuntu-latest
    continue-on-error: true
    steps:
      - uses: actions/checkout@v3
      - run: rustup update stable && rustup default stable
      - run: cargo update --verbose
      - run: cargo build --verbose
      - run: cargo test --verbose