Skip to content

switch to ubuntu-latest for workflow #3

switch to ubuntu-latest for workflow

switch to ubuntu-latest for workflow #3

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: cargo clippy
- run: cargo test