Skip to content

Commit f948dca

Browse files
authored
Release of version 0.3 (#76)
The jump from version 0.2 to 0.3 is a huge one. A lot happened in the background. The two most significant changes are the test pipeline and also the removal of the underlying API and the use of the official lotrointerface xml API. Otherwise the release consists several different bugfixes and a convenient backup functionality
1 parent dd81c43 commit f948dca

File tree

322 files changed

+45459
-1217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+45459
-1217
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.lua -linguist-detectable

.github/workflows/testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Install ubuntu deps
15+
run: sudo apt install -y gcc-multilib libxkbcommon-dev
1416
- name: Switch to nightly
1517
run: rustup default nightly
1618
- name: Add clippy
@@ -20,7 +22,7 @@ jobs:
2022
- name: Run clippy
2123
run: cargo clippy
2224
- name: Run tests
23-
run: cargo test --verbose
25+
run: cargo test --verbose -- --test-threads=1
2426
- name: Cache
2527
uses: actions/cache@v2.1.4
2628
with:

0 commit comments

Comments
 (0)