Commit 58df8cd 1 parent 3271d48 commit 58df8cd Copy full SHA for 58df8cd
File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,31 @@ jobs:
34
34
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35
35
restore-keys : |
36
36
${{ runner.os }}-cargo-
37
+
37
38
- name : Build
38
39
uses : actions-rs/cargo@v1
39
40
with :
40
41
command : build
41
42
args : --release --verbose
42
43
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
50
49
51
50
- name : Upload executable
52
51
uses : actions/upload-artifact@v4
53
52
with :
54
53
name : ferrumc
55
54
path : target/release/ferrumc
56
55
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 }}'
You can’t perform that action at this time.
0 commit comments