Skip to content

Commit

Permalink
added tests check
Browse files Browse the repository at this point in the history
  • Loading branch information
alserov committed May 19, 2024
1 parent 1e3f7f8 commit d74f619
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/setup-go@v2
with:
go-version: 1.22.0

- name: checkout
uses: actions/checkout@v3

- name: testing
run: go test -v ./...
1 change: 1 addition & 0 deletions modifiers.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package goche

0 comments on commit d74f619

Please sign in to comment.