@ -3,8 +3,8 @@ name: Linters
on: [push, pull_request]
jobs:
test:
name: test
build:
name: build
runs-on: ubuntu-latest
strategy:
@ -23,9 +23,6 @@ jobs:
- name: Run cargo build
run: cargo build -v
- name: Run cargo test
run: cargo test -v
doc:
name: doc