Skip to content

Commit

Permalink
workflow: add storage test runner fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkam committed Sep 10, 2023
1 parent 9d97ae2 commit 8fe27cb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

name: Go

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'

- name: Test Storage
run: go test -v ./storage

0 comments on commit 8fe27cb

Please sign in to comment.