Skip to content

Commit

Permalink
Simple CI to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin committed Feb 4, 2023
1 parent 29e1846 commit 0cc1af9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ jobs:
steps:
- uses: actions/checkout@v3


- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Install foundationdb
uses: pyr/foundationdb-actions-install@2b2c6dee7f3e21864c060c5fd53838e2e8a28aa1
with:
version: "7.1.27"

- name: Build
run: go build -v ./...

Expand Down
2 changes: 1 addition & 1 deletion virtual/activations.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package virtual

import (
"context"
"context"
"fmt"
"sync"

Expand Down

0 comments on commit 0cc1af9

Please sign in to comment.