Skip to content

Commit

Permalink
👷 Configure CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itsabdelrahman committed Jun 16, 2022
1 parent 612d52a commit fc8802a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Tests

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v1
with:
go-version: 1.18

- uses: extractions/setup-just@v1
with:
just-version: 0.8

- run: just install

- run: just test

0 comments on commit fc8802a

Please sign in to comment.