Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit fe25274

Browse files
authored
feat(ci): add feature checks (#75)
Adds feature checks to CI, by using the library base action. Closes ENG-837.
1 parent 98e828d commit fe25274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Rust CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
pull_request:
78

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

0 commit comments

Comments
 (0)