Skip to content

Commit 8b78454

Browse files
committed
Remove unused IFS from test workflow
This has been present since moving from Travis CI to GitHub Actions. IFS controls how bash splits words, but we don't do any fancy word-splitting after that, so it's unused.
1 parent 296aa52 commit 8b78454

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Test
1919
run: |
2020
set -euo pipefail
21-
IFS=$'\n\t'
2221
# Check if the code is good
2322
cargo build --all --locked
2423
cargo clippy -- --deny warnings

0 commit comments

Comments
 (0)