Skip to content

Bump bitflags from 2.6.0 to 2.7.0 #6

Bump bitflags from 2.6.0 to 2.7.0

Bump bitflags from 2.6.0 to 2.7.0 #6

Workflow file for this run

name: Build and test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose