Skip to content

Merge commit '1edd5682d1cf0b3c6754a23918ce5deacc4126e9' #149

Merge commit '1edd5682d1cf0b3c6754a23918ce5deacc4126e9'

Merge commit '1edd5682d1cf0b3c6754a23918ce5deacc4126e9' #149

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "main", "release", "nightly" ]
push:
branches: [ "main", "nightly" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose