less CI time
This commit is contained in:
parent
03a8f380f0
commit
f4284bbdc0
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user