less CI time

This commit is contained in:
vanhauser-thc 2021-03-05 18:28:03 +01:00
parent 03a8f380f0
commit f4284bbdc0

View File

@ -1,6 +1,8 @@
name: Build and Test name: Build and Test
on: [push] on:
push:
branches: [ dev, main ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
@ -57,4 +59,4 @@ jobs:
- name: Build Docs - name: Build Docs
run: cargo doc run: cargo doc
- name: Test Docs - name: Test Docs
run: cargo test --doc run: cargo test --doc