Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardonunesp committed Nov 5, 2023
1 parent a9a8afa commit e367e1d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test

on:
push:
branches:
- **

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Das Grid

[![<ORG_NAME>](https://circleci.com/gh/eduardonunesp/das-grid.svg?style=svg)](_)

**Das Grid** is a 2D grid library which serves as fundamental building block for any 2D game built on the concept of grid

Expand Down

0 comments on commit e367e1d

Please sign in to comment.