Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel authored and dennis-tra committed Dec 4, 2024
1 parent 919136b commit 5cdf7f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checking out repository code
uses: actions/checkout@v4
with:
submodules: true

- name: Setting up Golang
uses: actions/setup-go@v5
Expand All @@ -26,4 +28,4 @@ jobs:
run: go vet ./...

- name: Running Tests
run: go test ./...
run: go test ./ # run tests only in root directory

0 comments on commit 5cdf7f8

Please sign in to comment.