Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Jan 12, 2024
1 parent 1b2781f commit d74a447
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/id-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Use Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: Swatinem/rust-cache@v2

- name: Cache rust dependencies
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: 'true'
- run: cargo install --git https://github.com/gamedig/rust-gamedig.git gamedig-id-tests

- name: Install ID tester
run: cargo install --git https://github.com/gamedig/rust-gamedig.git gamedig-id-tests

- name: Run ID tests
run: node tools/run-id-tests.js
run: node tools/run-id-tests.js
2 changes: 1 addition & 1 deletion tools/run-id-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if (result.error) {
throw result.error;
}

process.exit(result.status);
process.exit(result.status);

0 comments on commit d74a447

Please sign in to comment.