Skip to content

Commit bd93382

Browse files
committed
feat(ci): feature checks
Adds feature checks to CI. Closes ENG-835
1 parent c43875d commit bd93382

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/rust-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Rust CI
2-
32
on:
3+
workflow_dispatch:
44
push:
55
branches: [main]
66
pull_request:
7+
env:
8+
CARGO_TERM_COLOR: always
79

8-
# simplest example of using the rust-base action
910
jobs:
10-
rust-base:
11-
uses: init4tech/actions/.github/workflows/rust-base.yml@main
11+
rust-library-base:
12+
uses: init4tech/actions/.github/workflows/rust-library-base.yml@main

0 commit comments

Comments
 (0)