Skip to content

Fix incorrect test name for implicit real kinds rule #122

Fix incorrect test name for implicit real kinds rule

Fix incorrect test name for implicit real kinds rule #122

Workflow file for this run

name: Tests
on:
push:
paths:
- '**.rs'
pull_request:
paths:
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose