This commit is contained in:
diPhantxm
2023-03-12 22:37:40 +03:00
commit ca40ab4559
10 changed files with 1152 additions and 0 deletions

19
.github/workflows/go.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Unit Tests
run: go test -v ./...