Skip to content

Commit

Permalink
chore: fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Nov 7, 2020
1 parent 7f427ae commit 036fd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
run: go build
- name: Run tests
run: swift test -Xswiftc -DFULL
run: go test

0 comments on commit 036fd4d

Please sign in to comment.