Skip to content

Commit 58df8cd

Browse files
committed
Should be fixed now
1 parent 3271d48 commit 58df8cd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/rust.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@ jobs:
3434
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3535
restore-keys: |
3636
${{ runner.os }}-cargo-
37+
3738
- name: Build
3839
uses: actions-rs/cargo@v1
3940
with:
4041
command: build
4142
args: --release --verbose
4243

43-
TODO: Enable tests
44-
- name: Run tests
45-
uses: actions-rs/cargo@v1
46-
with:
47-
command: test
48-
args: --verbose
49-
44+
- name: Run tests
45+
uses: actions-rs/cargo@v1
46+
with:
47+
command: test
48+
args: --verbose
5049

5150
- name: Upload executable
5251
uses: actions/upload-artifact@v4
5352
with:
5453
name: ferrumc
5554
path: target/release/ferrumc
5655

57-
# - name: Send message to Discord
58-
# env:
59-
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
60-
# uses: Ilshidur/action-discord@master
61-
# with:
62-
# args: 'A new commit has been pushed!
63-
64-
# {{ EVENT_PAYLOAD.head_commit.url }}'
56+
# Uncomment the following block if you want to send a message to Discord:
57+
# - name: Send message to Discord
58+
# env:
59+
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
60+
# uses: Ilshidur/action-discord@master
61+
# with:
62+
# args: 'A new commit has been pushed!
63+
#
64+
# {{ EVENT_PAYLOAD.head_commit.url }}'

0 commit comments

Comments
 (0)