Skip to content

Commit

Permalink
add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
plutov committed Aug 6, 2024
1 parent 47373d1 commit 1e4e918
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Tests
on: [push]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Run Tests
run: go test -v -bench=. -race ./...
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<img src="https://github.com/plutov/formulosity/blob/main/ui/public/logo_wide.png" height="100px">
</p>

<h1 align="center">
📝 Formulosity 📝
</h1>

<p align="center">
**Formulosity** is a self-hosted app for building and deploying the surveys using code instead of traditional survey builders.
</p>
Expand Down

0 comments on commit 1e4e918

Please sign in to comment.