Skip to content

Commit

Permalink
ci: temporary fix to anchor test (#228)
Browse files Browse the repository at this point in the history
`anchor test -- --tools-version v1.43` doesn't work in ci, see this
failure
https://github.com/glamsystems/glam/actions/runs/11171719747/job/31056975194


![image](https://github.com/user-attachments/assets/0693059e-aeb7-4060-a5a9-000d9626b5ee)

`anchor test` would fail but it prepares the file/folder needed, then
the following `anchor test -- --tools-version v1.43` would pass
  • Loading branch information
yurushao authored Oct 5, 2024
1 parent cbeaec0 commit 42d9fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_commit_anchor_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
run: pnpm install

- name: Build
run: cd anchor ; anchor test -- --tools-version v1.43
run: cd anchor ; anchor test || anchor test -- --tools-version v1.43

0 comments on commit 42d9fde

Please sign in to comment.