Skip to content

Commit

Permalink
tests: fix self test on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemus committed Jun 17, 2023
1 parent 2fd281c commit 1632d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: bash build.sh --bootstrap

- name: Self Test
run: bash test_foo.sh
run: bash tests/test_foo.sh

- name: Test Foolang
run: cargo run foo/impl/test_foolang.foo --use=foo/lib
Expand Down

0 comments on commit 1632d72

Please sign in to comment.