Skip to content

Commit 26459ff

Browse files
authored
feat(ci): feature checks (#82)
* feat(ci): feature checks Closes ENG-833. Adds feature checks to the CI. * chore: use actions-homed action * chore: repushing don't mind me
1 parent 57fbf51 commit 26459ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rust-ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55
push:
66
branches: [main]
77
pull_request:
8-
98
env:
109
CARGO_TERM_COLOR: always
1110

1211
jobs:
13-
rust-base:
14-
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)