Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

chore(main): release flipt 0.6.0 (#35) #107

chore(main): release flipt 0.6.0 (#35)

chore(main): release flipt 0.6.0 (#35) #107

Workflow file for this run

name: Unit Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v3
- name: Install Stable Toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Test
uses: actions-rs/cargo@v1
with:
command: test