Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Feb 13, 2022
1 parent 6640f78 commit aac258d
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 @@ -23,4 +23,4 @@ jobs:
- name: Run tests
run: cargo test --verbose --release
- name: Run integrated tests
run: for i in tests/OUTCAR_* ; do cargo run --release -- rlx -o $i; done
run: for i in tests/OUTCAR_* ; do cargo run --release -- rlx $i; done

0 comments on commit aac258d

Please sign in to comment.