Skip to content

Commit

Permalink
adjust rust path
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Aug 4, 2022
1 parent a261e79 commit 53e889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path Cargo.toml --all
args: --manifest-path libgo_owasm/Cargo.toml --all

- name: Run go tests
run: go test ./...

0 comments on commit 53e889b

Please sign in to comment.