Skip to content

Commit

Permalink
more builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhibas committed Apr 3, 2024
1 parent bbbc410 commit f39b08d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Builds

on:
push:
Expand All @@ -18,5 +18,3 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tests

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://github.com/dzhibas/flagfile/blob/main/public/ff.png?raw=true" width=50px/> Flagfile

![Build and Tests](https://github.com/dzhibas/flagfile/actions/workflows/rust.yml/badge.svg)
![Tests passing](https://github.com/dzhibas/flagfile/actions/workflows/tests.yml/badge.svg)

it's developer friendly feature flagging solution where you define all your flags in Flagfile in this format: [Flagfile.example](Flagfile.example)

Expand Down

0 comments on commit f39b08d

Please sign in to comment.