mirror of
https://github.com/codecat/go-enet.git
synced 2025-12-08 05:59:47 +00:00
12 lines
No EOL
163 B
YAML
12 lines
No EOL
163 B
YAML
name: "Test"
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Test
|
|
run: make test |