Skip to content

Commit

Permalink
Included sudo cargo test in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Apr 19, 2024
1 parent e3f290f commit e9905f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-testing-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Create log file and folder
run: sudo mkdir -p /var/log/fim/ && sudo touch /var/log/fim/fim.log && sudo chown -R runner:runner /var/log/fim
- name: Launch cargo test
run: cargo test
run: sudo cargo test
- run: echo "Job's status is ${{ job.status }}."

Unit-tests-windows:
Expand Down

0 comments on commit e9905f4

Please sign in to comment.