Skip to content

Commit

Permalink
Fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 11, 2024
1 parent deeaf22 commit 18b7cb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
run: make bin bin/simple bin/minimal
working-directory: tests/go-tests
- name: Run tests
run: go test -v ./... -coverprofile=coverage.out -coverpkg=./... --timeout=30m
working-directory: rvgo
run: go test -v ./rvgo/... -coverprofile=coverage.out -coverpkg=./rvgo/... --timeout=30m
- name: Fuzz
run: make fuzz
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
working-directory: rvgo
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
rvsol-tests:
Expand Down
2 changes: 0 additions & 2 deletions codecov.yml

This file was deleted.

0 comments on commit 18b7cb9

Please sign in to comment.