Skip to content

Commit 508710d

Browse files
authored
feat(ci): feature checks (#3)
* feat(ci): feature checks Adds feature checks to CI. Closes ENG-834 * chore: use actions-homed lib * chore: rename action * chore: repushing don't mind me
1 parent 2c8e659 commit 508710d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/rust-ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Rust CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
pull_request:
8+
env:
9+
CARGO_TERM_COLOR: always
710

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

0 commit comments

Comments
 (0)