Skip to content

Bump bitflags from 2.7.0 to 2.8.0 #8

Bump bitflags from 2.7.0 to 2.8.0

Bump bitflags from 2.7.0 to 2.8.0 #8

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