File: rust.yml

package info (click to toggle)
rust-polyline 0.11.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Run Polyline tests

on:
  push:
    branches:
      - main
      - staging
      - trying
  pull_request:
  merge_group:

jobs:
  build_and_test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: cargo install cargo-all-features
      - run: cargo build-all-features --verbose
      - run: cargo test-all-features --verbose