Skip to content

stm32h7-eth: Properly maintain Tx tail pointer #90

stm32h7-eth: Properly maintain Tx tail pointer

stm32h7-eth: Properly maintain Tx tail pointer #90

Workflow file for this run

name: tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose --workspace