Skip to content

Commit

Permalink
Merge pull request #969 from nikodemus/test-fix-self-tests-on-mac
Browse files Browse the repository at this point in the history
tests: fix self test on Mac
  • Loading branch information
nikodemus authored Jan 16, 2024
2 parents 2fd281c + 1632d72 commit 21c954a
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 21c954a

Please sign in to comment.