Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 11, 2024
1 parent 2ff74f2 commit fc66c8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Disable apparmor container restrictions
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Run integration tests
run: cargo maelstrom -c ../.github/maelstrom.toml -i 'package.match(malachite-starknet-test) || package.match(malachite-discovery-test)'
run: cargo maelstrom -i 'package.match(malachite-starknet-test) || package.match(malachite-discovery-test)'

clippy:
name: Clippy
Expand Down
File renamed without changes.

0 comments on commit fc66c8e

Please sign in to comment.