Skip to content

Commit

Permalink
fix: minor CI/CD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-rama committed Feb 10, 2024
1 parent 24f3889 commit cd57565
Showing 1 changed file 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 @@ -18,4 +18,4 @@ jobs:
- name: Set up linker
run: docker build -t 860x9/rust_nuggets:latest .
- name: Run tests in docker container
run: docker run --rm rust_nuggets cargo test --release --verbose
run: docker run --rm 860x9/rust_nuggets cargo test --release --verbose

0 comments on commit cd57565

Please sign in to comment.